Skip to content

Commit

Permalink
Trying to fix a readthedocs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jul 26, 2024
1 parent 58241aa commit 1988ce1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pylipd/lipd.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
import numpy as np
import json

try:
from pylipd.classes.dataset import Dataset
except:
pass
from pylipd.classes.dataset import Dataset

from pylipd.utils.json_to_rdf import JSONToRDF
from pylipd.utils.rdf_to_json import RDFToJSON
Expand Down

0 comments on commit 1988ce1

Please sign in to comment.