Skip to content

Commit

Permalink
Fix pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brindakv committed Feb 4, 2025
1 parent d424a32 commit 387a3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcsb/utils/dictionary/DictMethodEntryHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ def __updateReflnsResolution(self, dataContainer):
return False

def filterRevisionHistory(self, dataContainer, catName, **kwargs):
"""Remove rows that don't belong to "data_content_type" == "Structure model"
"""Remove rows that don't belong to "data_content_type" == "Structure model"
in revision history categories
Example:
Expand Down

0 comments on commit 387a3f3

Please sign in to comment.