Skip to content

Commit

Permalink
import version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclark5 committed Dec 22, 2024
1 parent ed6cb0b commit e5ffa36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions despasito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
import os
import logging
import logging.handlers
from pkg_resources import get_distribution

__version__ = get_distribution("despasito")._version
from ._version import __version__ as __version__

logger = logging.getLogger("despasito")
logger.setLevel(30)
Expand Down

0 comments on commit e5ffa36

Please sign in to comment.