Skip to content

Commit

Permalink
temporal: Fix F401 Linter Warnings by Replacing Wildcard Imports with…
Browse files Browse the repository at this point in the history
… Explicit Imports in __init__.py (#4736)

* update

* Apply suggestions from code review

* renamed temoral to temporal in init

---------

Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
  • Loading branch information
arohanajit and echoix authored Dec 18, 2024
1 parent ae15dd4 commit e1c90df
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 38 deletions.
3 changes: 0 additions & 3 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ per-file-ignores =
# Configuration file for Sphinx:
# Ignoring import/code mix and line length.
# Files not managed by Black
# Unused imports in init files
# F403 star import used; unable to detect undefined names
python/grass/temporal/__init__.py: F401, F403
# E402 module level import not at top of file
scripts/r.semantic.label/r.semantic.label.py: E501
scripts/g.extension/g.extension.py: E501
Expand Down
Loading

0 comments on commit e1c90df

Please sign in to comment.