Skip to content

Commit 924db0a

Browse files
committed
Remove long-deprecated .warn alias
1 parent 5dc4ba3 commit 924db0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/workflows/frontend/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def __getitem__(self, key):
102102
self.log = logging.LoggerAdapter(
103103
logging.getLogger("workflows.frontend"), LogAdapter()
104104
)
105-
self.log.warn = self.log.warning # Add support for deprecated .warn
106105

107106
# Connect to the network transport layer
108107
if transport is None or isinstance(transport, basestring):

0 commit comments

Comments
 (0)