Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mde-pach committed Feb 25, 2024
1 parent ed8e40a commit f87d7f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion blitz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import importlib.metadata

from .core import BlitzCore

__version__ = importlib.metadata.version("blitz")

__all__ = [
"BlitzCore",
]
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion blitz/ui/components/links/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = [
"Link",
]
]
1 change: 0 additions & 1 deletion blitz/ui/components/links/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Any
from blitz.ui.components.base import BaseComponent
from nicegui import ui
from nicegui.element import Element
Expand Down

0 comments on commit f87d7f2

Please sign in to comment.