Skip to content

Commit

Permalink
pep8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Jun 27, 2024
1 parent 808a5d3 commit 5631a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wwpdb/apps/entity_transform/depict/PrdSummaryDepict.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def DoRenderSummaryPage(self, imageFlag=True):
#
text += '<li><a class="fltlft" href="/service/entity/download_file?' + input_data + '" target="_blank"> Download Files </a></li>\n'
#
text += '<li><a class="fltlft" href="https://rcsbpdb.atlassian.net/wiki/spaces/WT/pages/2375385215/Protein+Modifications+Annotation+Documentation" target="_blank"> View PCM/PTM Documentation </a></li>\n'
text += '<li><a class="fltlft" href="https://rcsbpdb.atlassian.net/wiki/spaces/WT/pages/2375385215/Protein+Modifications+Annotation+Documentation" target="_blank"> View PCM/PTM Documentation </a></li>\n' # noqa: E501
#
text += '</ul>\n'
#
Expand Down
2 changes: 1 addition & 1 deletion wwpdb/apps/entity_transform/depict/StrSummaryDepict.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def DoRenderSummaryPage(self):
text += '<li><a class="fltlft" href="/service/entity/download_file?struct=yes&sessionid=' + self._sessionId + "&identifier=" \
+ self._identifier + "&pdbid=" + self._pdbId + '" target="_blank"> Download Files </a></li>\n'
#
text += '<li><a class="fltlft" href="https://rcsbpdb.atlassian.net/wiki/spaces/WT/pages/2375385215/Protein+Modifications+Annotation+Documentation" target="_blank"> View PCM/PTM Documentation </a></li>\n'
text += '<li><a class="fltlft" href="https://rcsbpdb.atlassian.net/wiki/spaces/WT/pages/2375385215/Protein+Modifications+Annotation+Documentation" target="_blank"> View PCM/PTM Documentation </a></li>\n' # noqa: E501
#
text += "</ul>\n"
return text
Expand Down

0 comments on commit 5631a89

Please sign in to comment.