Skip to content

Commit d56f524

Browse files
committed
fix: Correct type name
1 parent 929b803 commit d56f524

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)