Skip to content

Commit

Permalink
Fix lgtm alert
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy committed Nov 17, 2020
1 parent cff0e0b commit 570597a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions peleffy/solvent/solvent.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,6 @@ def __init__(self, molecule):

super().__init__(molecule)

def _initialize_from_molecule(self):
"""
Initializes the OBC1 solvent using an peleffy's Molecule.
"""
super()._initialize_from_molecule()


class OBC2(_OpenFFCompatibleSolvent):
"""
Expand Down Expand Up @@ -334,12 +328,6 @@ def __init__(self, molecule):
"""
super().__init__(molecule)

def _initialize_from_molecule(self):
"""
Initializes the OBC2 solvent using an peleffy's Molecule.
"""
super()._initialize_from_molecule()


class OPLSOBC(_OPLS2005CompatibleSolvent):
"""
Expand Down

0 comments on commit 570597a

Please sign in to comment.