Skip to content

Commit 50d672b

Browse files
committed
added git ignored
1 parent 7fcfc43 commit 50d672b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/axiomatic/axtract.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import ipywidgets as widgets
1+
import ipywidgets as widgets # type: ignore
22
from IPython.display import display, Math, HTML # type: ignore
3-
import json
3+
import json # type: ignore
44
import os
5-
import hypernetx as hnx
6-
import matplotlib.pyplot as plt
5+
import hypernetx as hnx # type: ignore
6+
import matplotlib.pyplot as plt # type: ignore
77
import re
88
from dataclasses import dataclass, field
9-
from latex2sympy2 import latex2sympy
10-
import sympy
9+
from latex2sympy2 import latex2sympy # type: ignore
10+
import sympy # type: ignore
1111

1212

1313
@dataclass

0 commit comments

Comments
 (0)