Skip to content

Commit 49c20d5

Browse files
Unsuppress mypy warnings
1 parent ec70e05 commit 49c20d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quemb/molbe/autofrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Author: Oinam Romesh Meitei, Shaun Weatherly
22

3-
import networkx as nx # type: ignore
3+
import networkx as nx
44
import numpy as np
55
from numpy.linalg import norm
66
from pyscf import gto

0 commit comments

Comments
 (0)