Skip to content

Commit

Permalink
(flake8) fix some flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 19, 2023
1 parent 46823ec commit 4a9a422
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions agrf/split_action/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .split_definition import SplitDefinition
from .meta_sprite_mixin import MetaSpriteMixin

__all__ = tuple(k for k in locals() if not k.startswith("_"))
1 change: 0 additions & 1 deletion industry/industries/fruit_plantation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import grf
from industry.lib.industry import AIndustry


Expand Down
1 change: 0 additions & 1 deletion industry/industries/rubber_plantation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import grf
from industry.lib.industry import AIndustry


Expand Down

0 comments on commit 4a9a422

Please sign in to comment.