Skip to content

Commit

Permalink
fix flake8 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
amenezes committed Mar 26, 2019
1 parent eeb46c0 commit 656856a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_aioclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
import os
import unittest

# from aiohttp import ClientConnectorError

import asynctest
from asynctest import CoroutineMock, patch

import consul.aio

from aiohttp import ClientConnectorError

from discovery import aioclient


Expand Down

0 comments on commit 656856a

Please sign in to comment.