Skip to content

Commit

Permalink
fix import compress-pickle bug
Browse files Browse the repository at this point in the history
  • Loading branch information
didillysquat committed Jan 22, 2021
1 parent 5c34014 commit b41d4b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seq_match.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

# from dbApp.models import ReferenceSequence
import compress_pickle
import sys
import json

Expand Down Expand Up @@ -50,4 +49,4 @@ def _match_found(self, nuc_seq):
return False

if __name__ == '__main__':
SeqMatcher().match()
SeqMatcher().match()

0 comments on commit b41d4b3

Please sign in to comment.