Skip to content

Commit

Permalink
Update F811 annotations for py 3.7+3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brianv0 committed Sep 24, 2020
1 parent d1c87d7 commit 8e791a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/log/log/logContinued.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
FATAL = 50000


@continueClass # noqa F811 redefinition
class Log:
@continueClass # noqa: F811 (FIXME: remove for py 3.8+)
class Log: # noqa: F811
UsePythonLogging = False
"""Forward Python `lsst.log` messages to Python `logging` package."""

Expand Down

0 comments on commit 8e791a4

Please sign in to comment.