Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 6, 2024
1 parent a642888 commit 3658812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions probables/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
import mmap
import string
from array import array
from io import BufferedReader
from pathlib import Path
from typing import List, Optional, Union
from typing import List, Union


def is_hex_string(hex_string: Union[str, None]) -> bool:
Expand Down

0 comments on commit 3658812

Please sign in to comment.