Skip to content

Commit

Permalink
Turn off some deprecated features
Browse files Browse the repository at this point in the history
This has ben properly deprecated. Let's turn the codepath off for now,
and see in a few release if we can actually remove

See #353
  • Loading branch information
Carreau committed Sep 20, 2024
1 parent 7fcf962 commit 465bdb9
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 465bdb9

Please sign in to comment.