Skip to content

Fix noqa: F401 #69

@xqm32

Description

@xqm32

Code like below can be resolved with __all__1:

from .server.deck import Deck # noqa: F401
from .server.match import Match, MatchState # noqa: F401
from .utils import ( # noqa: F401
register_class,
DescDictType,
update_desc,
deck_str_to_deck_code,
deck_code_to_deck_str,
)

Footnotes

  1. https://docs.python.org/3/tutorial/modules.html#importing-from-a-package

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions