Skip to content

Commit

Permalink
fix: import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmaxguns committed Apr 12, 2024
1 parent 2d45e7a commit e25e898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wonderwords/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# flake8: noqa
from .random_word import (
WordList,
NoWordsToChooseFrom,
Defaults,
RandomWord,
is_profanity,
filter_profanity,
NoWordsToChooseFrom,
Defaults,
WordList,
)
from .random_sentence import RandomSentence

Expand Down

0 comments on commit e25e898

Please sign in to comment.