Skip to content

Commit bf3d720

Browse files
committed
fix type hint resolution
1 parent bc3ed8f commit bf3d720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class Muscle(HtkIntFlag):
139139
return result
140140

141141
@classmethod
142-
def list_flags(cls, int_value) -> list[HtkIntFlag]:
142+
def list_flags(cls, int_value) -> list['HtkIntFlag']:
143143
"""List Flags
144144
145145
Returns the list of flags that value contains, running bitwise

0 commit comments

Comments
 (0)