Skip to content

Commit 591af1f

Browse files
committed
missing import
1 parent 43775ea commit 591af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/biocutils/print_wrapped_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Optional, Sequence
1+
from typing import Any, List, Optional, Sequence
22

33
import numpy
44

0 commit comments

Comments
 (0)