Skip to content

Commit

Permalink
grass.script: Ignore F401 in __init__.py for setup import
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 14, 2024
1 parent bb44a27 commit 9453c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/script/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .raster3d import *
from .vector import *
from .utils import *
from . import setup
from . import setup # noqa: F401

0 comments on commit 9453c9f

Please sign in to comment.