Skip to content

Commit 1d4e9df

Browse files
committed
type: ignore added to hypernetx
1 parent cd4cb3b commit 1d4e9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/axtract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ipywidgets as widgets # type: ignore
22
from IPython.display import display, Math, HTML # type: ignore
33
from dataclasses import dataclass, field
4-
import hypernetx as hnx
4+
import hypernetx as hnx # type: ignore
55
import matplotlib.pyplot as plt
66
import re
77

0 commit comments

Comments
 (0)