Skip to content

Commit

Permalink
Remove metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Feb 8, 2024
1 parent fc992a2 commit 69b7a90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyflowlauncher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib.metadata
import logging

from .plugin import Plugin
Expand All @@ -9,9 +8,6 @@
logger = logging.getLogger(__name__)


__version__ = importlib.metadata.version(__name__)


__all__ = [
"Plugin",
"ResultResponse",
Expand Down

0 comments on commit 69b7a90

Please sign in to comment.