Skip to content

Commit

Permalink
remove click dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamusic committed Oct 3, 2021
1 parent 7e8f225 commit 0b2c06b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ontospy/ontodocs/viz_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# django loading requires different steps based on version
# https://docs.djangoproject.com/en/dev/releases/1.7/#standalone-scripts
import django
import click

# http://stackoverflow.com/questions/1714027/version-number-comparison
from distutils.version import StrictVersion
Expand All @@ -42,7 +41,7 @@
from .CONFIG import VISUALIZATIONS_LIST
VISUALIZATIONS_LIST = VISUALIZATIONS_LIST['Visualizations']
except: # Mother of all exceptions
click.secho("Visualizations configuration file not found.", fg="red")
printDebug("Visualizations configuration file not found.", fg="red")
raise


Expand Down

0 comments on commit 0b2c06b

Please sign in to comment.