Skip to content

Commit

Permalink
Import numpy as np in adjlist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Jan 25, 2019
1 parent a15f996 commit fac8d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmgpy/molecule/adjlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import logging
import warnings
import re
import numpy as np
from .molecule import Atom, Bond, getAtomType
from .group import GroupAtom, GroupBond
from .element import getElement, PeriodicSystem
Expand Down

0 comments on commit fac8d84

Please sign in to comment.