Skip to content

Commit

Permalink
PyLint
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Oct 6, 2021
1 parent 8708a6a commit dc78d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,5 +749,3 @@ def set_piece_deadline(self, piece, deadline, flags=0):
@check_handle([])
def get_file_priorities(self):
return self.handle.file_priorities()


Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

from tribler_core.tests.tools.common import TESTS_DATA_DIR
from tribler_core.utilities.path_util import Path
from tribler_core.components.libtorrent.utils.torrent_utils import commonprefix, create_torrent_file, get_info_from_handle
from tribler_core.components.libtorrent.utils.torrent_utils import commonprefix, create_torrent_file, \
get_info_from_handle

TORRENT_DATA_DIR = TESTS_DATA_DIR / "torrent_creation_files"
FILE1_NAME = "file1.txt"
Expand Down

0 comments on commit dc78d49

Please sign in to comment.