Skip to content

Commit

Permalink
Reformatted files using black.
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Click <tclick@alumni.ou.edu>
  • Loading branch information
Timothy Click authored and tclick committed May 16, 2019
1 parent b8cfbd7 commit c503b4b
Show file tree
Hide file tree
Showing 10 changed files with 685 additions and 391 deletions.
19 changes: 16 additions & 3 deletions src/fluctmatch/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,22 @@
from .solvent import Dma, Tip3p, Water

__all__ = [
"Calpha", "Caside", "Ncsc", "Polar", "Enm", "Generic", "Nucleic3",
"Nucleic4", "Nucleic6", "Water", "Tip3p", "Dma", "SolventIons",
"BioIons", "NobleAtoms", "UnitedAtom"
"Calpha",
"Caside",
"Ncsc",
"Polar",
"Enm",
"Generic",
"Nucleic3",
"Nucleic4",
"Nucleic6",
"Water",
"Tip3p",
"Dma",
"SolventIons",
"BioIons",
"NobleAtoms",
"UnitedAtom",
]

logger: logging.Logger = logging.getLogger(__name__)
Expand Down
Loading

0 comments on commit c503b4b

Please sign in to comment.