Skip to content

Commit

Permalink
Update structgen.py
Browse files Browse the repository at this point in the history
networkx import
  • Loading branch information
rolan701 authored Nov 15, 2024
1 parent 9a7ce86 commit ca14f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molSimplify/Scripts/structgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import random
import itertools
import numpy as np
import networkx as nx

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'nx' is not used.
from typing import Any, List, Tuple, Dict, Union, Optional
from argparse import Namespace
from molSimplify.Scripts.distgeom import GetConf
Expand Down

0 comments on commit ca14f70

Please sign in to comment.