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

Refactor parent package dependency in network module #2255

Draft
wants to merge 2 commits into
base: v0.6
Choose a base branch
from

Used dependency injection in network threads

2b93736
Select commit
Loading
Failed to load commit list.
Draft

Refactor parent package dependency in network module #2255

Used dependency injection in network threads
2b93736
Select commit
Loading
Failed to load commit list.
PyBitmessage Code Quality Checks / Code Quality - pylint failed Jun 20, 2024 in 1m 12s

Code quality check completed

pylint check complete: 0 fixed, 2 new, 656 remaining

Annotations

Check warning on line 21 in src/network/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W0621 / redefined-outer-name

Redefining name 'state' from outer scope (line 13)

Check warning on line 21 in src/network/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W0621 / redefined-outer-name

Redefining name 'config' from outer scope (line 13)