Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Aug 22, 2024
1 parent 2988f0d commit 8313278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_crc32c.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import os
import struct
import warnings
from typing import Any, Generator, List, NamedTuple
from typing import Generator, List, NamedTuple

import pytest

Expand Down

0 comments on commit 8313278

Please sign in to comment.