Skip to content

Commit fbc73e5

Browse files
author
Doug Ollerenshaw
committed
remove errant "else"
1 parent ec65f34 commit fbc73e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

allensdk/core/typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
except ImportError:
66
# for Python 3.7 and before
77
from typing import _Protocol as Protocol
8-
else:
98

109
from abc import abstractmethod
1110

0 commit comments

Comments
 (0)