Skip to content

Commit

Permalink
Apply pylint hints
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Sep 25, 2020
1 parent 00d310f commit 912d4e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion opencadd/io/biopython.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""

import logging
from pathlib import Path

from Bio.PDB.PDBParser import PDBParser

Expand Down
1 change: 0 additions & 1 deletion opencadd/io/rdkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"""

import logging
from pathlib import Path

from rdkit import Chem
from rdkit.Chem import AllChem
Expand Down

0 comments on commit 912d4e9

Please sign in to comment.