Skip to content

Commit

Permalink
TWEAK: Whitespace, comments, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jenisys committed Jul 1, 2023
1 parent 19114cb commit a61d389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_parse_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
from __future__ import absolute_import, print_function
import pytest
import parse

parse_version = parse.__version__
print("USING: parse-%s" % parse_version)
if parse_version in ("1.17.0", "1.16.0"):
# -- REQUIRES: parse >= 1.18.0 -- WORKAROUND HERE
print("USING: parse_type.parse (INSTEAD)")
from parse_type import parse

Expand Down

0 comments on commit a61d389

Please sign in to comment.