Skip to content

Commit

Permalink
dispatcher: import ModmailLogger from the correct module
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Nov 16, 2021
1 parent dd143dd commit 9fb5eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modmail/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
from typing import Callable, Coroutine, Dict, List, Optional, Tuple, Union

from modmail import ModmailLogger
from modmail.log import ModmailLogger
from modmail.utils.general import module_function_disidenticality


Expand Down

0 comments on commit 9fb5eaa

Please sign in to comment.