Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 13, 2023
1 parent a3a7ae8 commit 1ee5bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_known_bugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from utils import *

from klongpy import KlongInterpreter
from klongpy.core import (KGChar, KGSym, is_float, is_integer, rec_flatten)
from klongpy.core import KGChar


class TestKnownBugsSuite(unittest.TestCase):
Expand Down

0 comments on commit 1ee5bcd

Please sign in to comment.