Skip to content
Snippets Groups Projects
Commit 3e311103 authored by Harry Carey's avatar Harry Carey Committed by GitHub
Browse files

remove type hinting for now

parent 97fff9e0
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ from skimage import measure ...@@ -11,7 +11,7 @@ from skimage import measure
import threading import threading
import re import re
def number_sections(filenames: List[str], legacy=False) -> List[int]: def number_sections(filenames, legacy=False):
""" """
returns the section numbers of filenames returns the section numbers of filenames
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment