Skip to content

Commit

Permalink
Manually move the comment after reformatting by black. Ref psf/black#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 30, 2022
1 parent bc8143e commit 9c6faee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inflect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3507,9 +3507,9 @@ def a(self, text: Word, count: Optional[Union[int, str, Any]] = 1) -> str:

an = a

def _indef_article(
def _indef_article( # noqa: C901
self, word: str, count: Union[int, str, Any]
) -> str: # noqa: C901
) -> str:
mycount = self.get_count(count)

if mycount != 1:
Expand Down

0 comments on commit 9c6faee

Please sign in to comment.