Skip to content

Commit c461010

Browse files
committed
added type: ignore to matplot lib in axtract because CI compilation failed
1 parent 69f77e9 commit c461010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/axiomatic/axtract.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import ipywidgets as widgets # type: ignore
2-
from IPython.display import display, Math, HTML # type: ignore
1+
import ipywidgets as widgets # type: ignore
2+
from IPython.display import display, Math, HTML # type: ignore
33
from dataclasses import dataclass, field
44
import hypernetx as hnx # type: ignore
5-
import matplotlib.pyplot as plt
5+
import matplotlib.pyplot as plt # type: ignore
66
import re
77

88
OPTION_LIST = {

0 commit comments

Comments
 (0)