Skip to content

Commit 4e2707f

Browse files
committed
Removed unnecessary library load in alignment.py
1 parent 015f306 commit 4e2707f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

alignment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#Python implementation to Smith-Waterman Algorithm for Homework 1 of Bioinformatics class.
33
#Forrest Bao, Sept. 26 <http://fsbao.net> <forrest.bao aT gmail.com>
44

5-
import sys, string
6-
75
# zeros() was origianlly from NumPy.
86
# This version is implemented by alevchuk 2011-04-10
97
def zeros(shape):

0 commit comments

Comments
 (0)