Showing 558 of 559 total issues
File domain.py
has 1604 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import copy
import collections
import json
import logging
import os
File events.py
has 1601 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import abc
import copy
import json
import logging
import structlog
File test.py
has 1593 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import copy
import itertools
import os
import logging
import structlog
File ted_policy.py
has 1581 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from __future__ import annotations
import logging
from rasa.engine.recipes.default_recipe import DefaultV1Recipe
from pathlib import Path
File diet_classifier.py
has 1438 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from __future__ import annotations
import copy
import logging
from collections import defaultdict
from pathlib import Path
File interactive.py
has 1335 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import asyncio
import logging
import os
import textwrap
import uuid
File tracker_store.py
has 1300 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from __future__ import annotations
import contextlib
import itertools
import json
import logging
File server.py
has 1242 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import asyncio
import concurrent.futures
import logging
import multiprocessing
import os
File layers.py
has 1226 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import logging
from typing import List, Optional, Text, Tuple, Callable, Union, Any
import tensorflow as tf
# TODO: The following is not (yet) available via tf.keras
File action.py
has 1116 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import copy
import json
import logging
from typing import (
List,
File test.py
has 1091 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import logging
import os
from pathlib import Path
import tempfile
import warnings as pywarnings
File default_recipe.py
has 1008 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from __future__ import annotations
import copy
import enum
import logging
File rule_policy.py
has 959 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from __future__ import annotations
import copy
import functools
import logging
import structlog
File tracker_featurizers.py
has 936 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
from __future__ import annotations
from pathlib import Path
from collections import defaultdict
from abc import abstractmethod
import jsonpickle
File processor.py
has 924 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import inspect
import copy
import logging
import structlog
import os
File rasa_layers.py
has 868 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import tensorflow as tf
import numpy as np
from typing import Text, List, Dict, Any, Union, Optional, Tuple, Callable
from rasa.shared.nlu.constants import TEXT
File telemetry.py
has 823 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import asyncio
import contextlib
from datetime import datetime
from functools import wraps
import hashlib
File model_data.py
has 777 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import logging
from typing import (
Optional,
DefaultDict,
Dict,
File unexpected_intent_policy.py
has 767 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import dataclasses
import logging
from pathlib import Path
from typing import Any, List, Optional, Text, Dict, Type, Union
File trackers.py
has 762 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import copy
import dataclasses
import itertools
import logging
import os