Skip to content

Commit bf5436a

Browse files
flake8 fixes
1 parent ba2e16c commit bf5436a

27 files changed

+67
-45
lines changed

encode/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2012-2015
1+
# Copyright Collab 2012-2016
2+
# See LICENSE for details.
23

34
"""
45
`django-encode` application.

encode/admin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2012-2015
1+
# Copyright Collab 2012-2016
2+
# See LICENSE for details.
23

34
"""
45
Admin functionality.

encode/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2013-2015
1+
# Copyright Collab 2013-2016
2+
# See LICENSE for details.
23

34
"""
45
Configuration options.

encode/encoders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2013-2015
1+
# Copyright Collab 2013-2016
2+
# See LICENSE for details.
23

34
"""
45
Encoders.

encode/forms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2014-2015
1+
# Copyright Collab 2014-2016
2+
# See LICENSE for details.
23

34
"""
45
Forms.

encode/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2012-2015
1+
# Copyright Collab 2012-2016
2+
# See LICENSE for details.
23

34
"""
45
Models.

encode/signals.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2012-2015
1+
# Copyright Collab 2012-2016
2+
# See LICENSE for details.
23

34
"""
45
Signals.

encode/static/encode/js/media.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright Collab 2014-2015
1+
// Copyright Collab 2014-2016
2+
// See LICENSE for details.
23

34
!function ($)
45
{
@@ -57,7 +58,7 @@
5758
}
5859
}
5960
});
60-
61+
6162
// change player background color
6263
player.el().style.backgroundColor = "#BDBBBC";
6364
}
@@ -73,7 +74,7 @@
7374
{
7475
markup = '<video id="myVideo' + index + '" class="video-js vjs-default-skin"></video>';
7576
players.append(markup);
76-
77+
7778
// add video player
7879
var player = videojs("myVideo" + index,
7980
{

encode/storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2015
1+
# Copyright Collab 2015-2016
2+
# See LICENSE for details.
23

34
"""
45
Storage.
@@ -26,4 +27,3 @@ def __init__(self,
2627
remote_options=remote_options,
2728
delayed=delayed,
2829
*args, **kwargs)
29-

encode/tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright Collab 2012-2015
1+
# Copyright Collab 2012-2016
2+
# See LICENSE for details.
23

34
"""
45
Tasks.

0 commit comments

Comments
 (0)