Skip to content

Commit

Permalink
Suggestions from landscape.io: e.g. unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoRodrigues committed Mar 29, 2016
1 parent 0a1d450 commit 9af2c4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pdb_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from __future__ import print_function

import gzip
import os
import re
import sys
import cStringIO
Expand Down
2 changes: 1 addition & 1 deletion pdb_gap.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _calc_distance(i, j):
if d > _distance_threshold:
print("{0[1]}:{0[3]}{0[2]} < {2:7.2f}A > {1[1]}:{1[3]}{1[2]}".format(prev_at, at_uid, d))
elif prev_at[2] + 1 != at_uid[2]:
print("{0[1]}:{0[3]}{0[2]} < Seq. Gap > {1[1]}:{1[3]}{1[2]}".format(prev_at, at_uid, d))
print("{0[1]}:{0[3]}{0[2]} < Seq. Gap > {1[1]}:{1[3]}{1[2]}".format(prev_at, at_uid))

prev_at = at_uid

Expand Down
1 change: 0 additions & 1 deletion pdb_wc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

from __future__ import print_function, division

import math
import os
import re
import sys
Expand Down

0 comments on commit 9af2c4e

Please sign in to comment.