Skip to content

Commit

Permalink
remove unused imports from test files
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 20, 2023
1 parent eed20fa commit b6048c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions test/asammdf/gui/test_util.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import inspect
from test.asammdf.gui.resources.functions import (
Function1,
Function2,
gray2dec,
maximum,
rpm_to_rad_per_second,
UnresolvedVariable,
WrongDefinition,
)
import unittest

Expand Down
1 change: 0 additions & 1 deletion test/test_endianess.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python
from pathlib import Path
import shutil
import tempfile
import unittest

Expand Down

0 comments on commit b6048c6

Please sign in to comment.