Skip to content

Commit b4fd3f4

Browse files
committed
fix: Correct type name
1 parent 50e2944 commit b4fd3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injector_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def provide_description(self, age: int, weight: float) -> str:
634634

635635

636636
Names = NewType('Names', List[str])
637-
Passwords = NewType('Ages', Dict[str, str])
637+
Passwords = NewType('Passwords', Dict[str, str])
638638

639639

640640
def test_multibind():

0 commit comments

Comments
 (0)