Skip to content

Commit da00ad5

Browse files
committed
Add a few missing blank lines between imports.
1 parent 6f99960 commit da00ad5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

test/functional/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from __future__ import unicode_literals
44

55
import re
6+
67
from mock import patch
78
import pytest
89
import requests

test/functional/mock_box/behavior/event_behavior.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from __future__ import division, unicode_literals
44

55
from datetime import datetime, timedelta
6+
from threading import Event
7+
68
from bottle import request
79
from sqlalchemy import event
8-
from threading import Event
910

1011
from test.functional.mock_box.db_model.event_model import EventModel
1112
from test.functional.mock_box.db_model.file_model import FileModel

test/functional/test_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from __future__ import unicode_literals
44

55
from threading import Event, Thread
6+
67
import pytest
78
import requests
89

0 commit comments

Comments
 (0)