Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamust committed Apr 30, 2024
1 parent cc97409 commit 06d5f75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
Test the HarteInterval class
"""

from typing import List

import pytest

from harte.interval import HarteInterval
from harte.utils import convert_interval


Expand Down

0 comments on commit 06d5f75

Please sign in to comment.