Skip to content

Commit

Permalink
Merge pull request #359 from Carreau/dep-2
Browse files Browse the repository at this point in the history
Turn off some deprecated features
  • Loading branch information
Carreau authored Sep 20, 2024
2 parents 6ed398f + 465bdb9 commit 66be311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/pyflyby/_importdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
else:
from typing import Self

SUPPORT_DEPRECATED_BEHAVIOR = True
SUPPORT_DEPRECATED_BEHAVIOR = False

@memoize
def _find_etc_dirs():
Expand Down

0 comments on commit 66be311

Please sign in to comment.