Skip to content
Open

Pep8 #27

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unwanted extra lines
  • Loading branch information
fpietka committed Oct 16, 2016
commit 340ddfabab8bc69b2ae4ef9ed4f7d40ba7137ca4
1 change: 0 additions & 1 deletion TestDailymotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def test_upload(self):
'channel': 'news'})
d.logout()


def test_session_store_option(self):
d = dailymotion.Dailymotion(session_store_enabled=False)
self.assertFalse(d._session_store_enabled)
Expand Down