Skip to content

Commit

Permalink
Fix noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmquintino committed Jun 29, 2021
1 parent 3325490 commit 507bc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion thermofeel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# In applying this licence, ECMWF does not waive the privileges and immunities
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.
from .thermofeel import *

from .thermofeel import * # noqa

__version__ = "0.1.0"
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ max-line-length = 120
; exclude = tests/*
; See https://black.readthedocs.io/en/stable/the_black_code_style.html
extend-ignore = E203
per-file-ignores = __init__.py:F403,F401
[isort]
profile=black

0 comments on commit 507bc2a

Please sign in to comment.