Skip to content

Commit

Permalink
clean up cifheader
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 15, 2023
1 parent 722cbf4 commit 85d9dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prody/proteins/cifheader.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ def parseCIFHeader(pdb, *keys):

def getCIFHeaderDict(stream, *keys):
"""Returns header data in a dictionary. *stream* may be a list of PDB lines
or a stream.
"""
or a stream."""

try:
lines = stream.readlines()
Expand Down

0 comments on commit 85d9dc2

Please sign in to comment.