Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pep violation #3

Open
Mcclawdy opened this issue May 23, 2024 · 0 comments
Open

pep violation #3

Mcclawdy opened this issue May 23, 2024 · 0 comments

Comments

@Mcclawdy
Copy link

Mcclawdy commented May 23, 2024

Ruff showed a violation F401

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.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant