Skip to content

Commit 93abe1a

Browse files
Precommit fixes
1 parent cb5fa3d commit 93abe1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hypernetx/hif.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
schema_url = "https://raw.githubusercontent.com/pszufe/HIF_validators/main/schemas/hif_schema_v0.1.0.json"
1313

1414

15-
1615
def normalize_dataframe(df):
1716
"""
1817
Moves common attributes into misc_properties for translating into HIF.
@@ -137,7 +136,7 @@ def from_hif(hif=None, filename=None):
137136
resp = requests.get(schema_url)
138137
schema = json.loads(resp.text)
139138
validator = fastjsonschema.compile(schema)
140-
139+
141140
if hif is not None:
142141
try:
143142
validator(hif)

0 commit comments

Comments
 (0)