You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global_types.py:9:21: F401 [*] logging.getLogger` imported but unused
interfaces/init.py:1:33: F401 .dependecy_injector.DependecyInjectorInterface imported but unused; consider removing, adding to __all__, or using a redundant alias
interfaces/init.py:2:20: F401 .layer.LayerInterface imported but unused; consider removing, adding to __all__, or using a redundant alias
layers/init.py:1:29: F401 .di_basic_layer.Layer imported but unused; consider removing, adding to __all__, or using a redundant alias
Found 4 errors.`
The text was updated successfully, but these errors were encountered:
Ruff showed a violation F401
global_types.py:9:21: F401 [*]
logging.getLogger` imported but unusedinterfaces/init.py:1:33: F401
.dependecy_injector.DependecyInjectorInterface
imported but unused; consider removing, adding to__all__
, or using a redundant aliasinterfaces/init.py:2:20: F401
.layer.LayerInterface
imported but unused; consider removing, adding to__all__
, or using a redundant aliaslayers/init.py:1:29: F401
.di_basic_layer.Layer
imported but unused; consider removing, adding to__all__
, or using a redundant aliasFound 4 errors.`
The text was updated successfully, but these errors were encountered: