Skip to content

Commit

Permalink
f! rmgdb
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Dec 5, 2023
1 parent dc45e29 commit 0b7adf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arc/rmgdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
from typing import TYPE_CHECKING, List, Optional, Tuple, Union

from rmgpy import settings as rmg_settings
from rmgpy.data.kinetics.common import find_degenerate_reactions
from rmgpy.data.rmg import RMGDatabase
from rmgpy.exceptions import KineticsError
from rmgpy.reaction import same_species_lists, Reaction
from rmgpy.reaction import Reaction

from arc.common import get_logger, generate_resonance_structures
from arc.exceptions import InputError
Expand Down

0 comments on commit 0b7adf4

Please sign in to comment.