Skip to content

Commit

Permalink
make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Apr 11, 2024
1 parent 965b29b commit 195a082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/asammdf/blocks/v4_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import numpy as np

from .. import tool
from ..version import __version__
from . import v4_constants as v4c
from .utils import (
block_fields,
Expand Down
3 changes: 2 additions & 1 deletion src/asammdf/tool.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
""" asammdf tool module """

from .version import __version__ as __version__
from .version import __version__ as v__

__tool__ = "asammdf"
__tool_short__ = "amdf"
__vendor__ = "asammdf"
__version__ = v__

0 comments on commit 195a082

Please sign in to comment.