Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Oct 30, 2023
1 parent da2c605 commit 3493d0f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions eliot/tests/test_logwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@
Tests for L{eliot.logwriter}.
"""

from __future__ import unicode_literals

import time
import threading

# Make sure to use StringIO that only accepts unicode:
from io import BytesIO, StringIO
from unittest import skipIf
import json as pyjson
from warnings import catch_warnings, simplefilter

from six import PY2
from io import BytesIO

try:
from zope.interface.verify import verifyClass
Expand Down

0 comments on commit 3493d0f

Please sign in to comment.