Skip to content

Commit

Permalink
Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Mar 30, 2022
1 parent 844424a commit 6f80e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extend-ignore =
E722, # Pylint-checked, do not use bare 'except'
E501 # Pylint-checked, line too long
import-order-style=pycharm
application_import_names = tribler
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import json
import shutil
from binascii import unhexlify
from unittest.mock import MagicMock, patch
from urllib.parse import quote_plus, unquote_plus

import pytest
from aiohttp.web_app import Application
from binascii import unhexlify
from ipv8.util import succeed

from tribler.core import notifications
Expand Down

0 comments on commit 6f80e41

Please sign in to comment.