Skip to content

Commit

Permalink
Removed deprecated task_logging function from mypy.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireye04 committed Feb 3, 2023
1 parent 0c1102b commit c546be0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ disallow_untyped_defs = False
[mypy-lsst.pipe.base.shims.*]
disallow_untyped_defs = False

# These are deprecated because the real code moved to utils, and they're just
# forwarders.
[mypy-lsst.pipe.base.task_logging.*]
disallow_untyped_defs = False

# ConfigOverrides uses the Python built-in ast module, and figuring out how
# to correctly type its visitation interface doesn't seem worth the effort
# right now.
Expand Down

0 comments on commit c546be0

Please sign in to comment.