Skip to content

Commit

Permalink
ss/patches - new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Jul 26, 2020
1 parent d1ae17e commit 8c7788c
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
Expand Up @@ -8,7 +8,7 @@
# -------
from rdkit import Chem
from pathlib import Path
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
Expand Up @@ -21,7 +21,7 @@
# Cocktail Shaker Imports
# ---
# --------------------
from validation import MoleculeValidator
from .validation import MoleculeValidator

class Cocktail(object):
"""
Expand Down

0 comments on commit 8c7788c

Please sign in to comment.