Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 14, 2022
1 parent b0007f0 commit f3ba738
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions openff/qcsubmit/results/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@
import numpy
from cachetools import Cache, LRUCache
from openff.toolkit.topology import Molecule
<<<<<<< HEAD
from openff.units import unit
from qcportal import PortalClient
from qcportal.molecules import Molecule as QCMolecule
from qcportal.records import TorsiondriveRecord
from qcportal.records import OptimizationRecord, BaseRecord, SinglepointRecord
=======
from openff.units import unit
from qcportal import FractalClient
from qcportal.models import Molecule as QCMolecule
from qcportal.models import TorsionDriveRecord
from qcportal.models.records import OptimizationRecord, RecordBase, ResultRecord
>>>>>>> upstream/toolkit_011_support

if TYPE_CHECKING:
from openff.qcsubmit.results.results import (
Expand Down

0 comments on commit f3ba738

Please sign in to comment.