Skip to content

Commit 39461a2

Browse files
authored
Merge pull request #7 from Axiomatic-AI/small_changes
#type: ignore for matplotlib
2 parents 69f77e9 + c461010 commit 39461a2

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)