Skip to content

Commit

Permalink
Fix logging imports in messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Nov 9, 2024
1 parent 25e09fb commit dcac16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client_code/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#
# This software is published at https://github.com/anvilistas/anvil-extras

from logging import INFO
from logging import Logger as _Logger
from .logging import INFO
from .logging import Logger as _Logger

from .utils._warnings import warn as _warn

Expand Down

0 comments on commit dcac16a

Please sign in to comment.