Skip to content

Commit

Permalink
Merge pull request #90 from HeloiseS/HeloiseS-HOT-FIX-0001
Browse files Browse the repository at this point in the history
HOT FIX __minimum_python_version_ error
  • Loading branch information
HeloiseS authored May 24, 2023
2 parents d11766d + eacd383 commit bc9553b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hoki/sedfitting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,3 @@ def plot_voronoi(x, y, counts, pixelsize, ax, cmap='hot', origin=None, **kwargs)
class UnsupportedPythonError(Exception):
pass


if LooseVersion(sys.version) < LooseVersion(__minimum_python_version__):
raise UnsupportedPythonError("hoki does not support Python < {}"
.format(__minimum_python_version__))

0 comments on commit bc9553b

Please sign in to comment.