Skip to content

Commit

Permalink
πŸ§Žβ€β™€οΈ Genuflect to the types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 25, 2023
1 parent c4f4d95 commit 5207cbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chucknorris/pronoun.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import functools
import logging

from typing import Union, Dict

import requests


pronouns = dict(
pronouns: Dict[Union[str, None], Dict[str, str]] = dict(
male={
'his': 'his',
'he': 'he',
Expand Down

0 comments on commit 5207cbe

Please sign in to comment.