Skip to content

Commit

Permalink
Merge pull request #7 from desultory/dev
Browse files Browse the repository at this point in the history
use a relative import for merge_class in loggify
  • Loading branch information
desultory authored Dec 19, 2024
2 parents c085859 + 6420119 commit f94527d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zenlib/logging/loggify.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
__author__ = "desultory"
__version__ = "3.0.0"

from zenlib.util import merge_class

from ..util import merge_class
from .loggermixin import LoggerMixIn


Expand Down

0 comments on commit f94527d

Please sign in to comment.