Skip to content

Commit

Permalink
matched var order
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Feb 9, 2020
1 parent 98f876f commit f8083d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abydos/tokenizer/_legalipy.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
except ImportError: # pragma: no cover
# If the system lacks the SyllabiPy library, that's fine, but SyllabiPy
# tokenization won't be supported.
gen_onsets = None # type: ignore
LegaliPy = None # type: ignore
gen_onsets = None # type: ignore


class LegaliPyTokenizer(_Tokenizer):
Expand Down

0 comments on commit f8083d6

Please sign in to comment.