Skip to content

Commit

Permalink
ss/MASTER made some quick changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Dec 6, 2019
1 parent 082d5ff commit d2694f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocktail_shaker/file_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rdkit import Chem
from pathlib import Path
import progressbar
from request_handler import CactusRequestHandler, Resolver
from .request_handler import CactusRequestHandler, Resolver

class FileNotSupportedError(Exception):

Expand Down
2 changes: 1 addition & 1 deletion cocktail_shaker/functional_group_enumerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Cocktail Shaker Imports
# -----------------------
from validation import MoleculeValidator
from .validation import MoleculeValidator

class Cocktail(object):
"""
Expand Down

0 comments on commit d2694f2

Please sign in to comment.