Skip to content

Commit e267471

Browse files
committed
removed unneccesary variable import from test
1 parent b518bde commit e267471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest2 as unittest
2-
from ipynb.fs.full.index import (travel_month, number_of_weeks)
2+
from ipynb.fs.full.index import (travel_month)
33

44
class TestVariables(unittest.TestCase):
55
def test_travel_month(self):

0 commit comments

Comments
 (0)