Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 12, 2024
1 parent a6b9496 commit 64c413c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion rnapolii/modeling/.template.deposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,6 @@
"metadata": {},
"outputs": [],
"source": [
"try:\n",
"import urllib.request\n",
"\n",
"fh = urllib.request.urlopen('https://pdb-ihm.org/cif/8zze.cif')\n",
Expand Down
1 change: 0 additions & 1 deletion rnapolii/modeling/deposition-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@
"metadata": {},
"outputs": [],
"source": [
"try:\n",
"import urllib.request\n",
"\n",
"fh = urllib.request.urlopen('https://pdb-ihm.org/cif/8zze.cif')\n",
Expand Down
1 change: 0 additions & 1 deletion rnapolii/modeling/deposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,6 @@
"metadata": {},
"outputs": [],
"source": [
"try:\n",
"import urllib.request\n",
"\n",
"fh = urllib.request.urlopen('https://pdb-ihm.org/cif/8zze.cif')\n",
Expand Down
1 change: 0 additions & 1 deletion rnapolii/modeling/deposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
s, = ihm.reader.read(fh)
print(s.title, s.restraints, s.ensembles, s.state_groups)

try:
import urllib.request

fh = urllib.request.urlopen('https://pdb-ihm.org/cif/8zze.cif')
Expand Down

0 comments on commit 64c413c

Please sign in to comment.