Skip to content

Commit

Permalink
Silence flake8 "line too long" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Oct 29, 2020
1 parent 7997d1a commit 537fd14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onadata/libs/tests/utils/test_logger_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
from onadata.libs.utils.common_tags import (MEDIA_ALL_RECEIVED, MEDIA_COUNT,
TOTAL_MEDIA)
from onadata.libs.utils.logger_tools import (
create_instance, generate_content_disposition_header, get_first_record, safe_create_instance)
create_instance, generate_content_disposition_header, get_first_record,
safe_create_instance)


class TestLoggerTools(PyxformTestCase, TestBase):
Expand Down

0 comments on commit 537fd14

Please sign in to comment.