Remove merge conflict indicators

This commit is contained in:
sharkykh 2017-05-14 16:47:04 +03:00 committed by Kfir Hadas
parent 571b7f2930
commit 60b7029fcc
1 changed files with 1 additions and 5 deletions

View File

@ -268,12 +268,8 @@ class TorrentFileData(object):
# https://wiki.theory.org/BitTorrentSpecification#Metainfo_File_Structure
<<<<<<< master
def _validate_trackers(torrent_dict, tracker_to_check_for=None):
=======
def _validate_trackers(torrent_dict):
>>>>>>> PEP8 (a run of lint.sh)
def _validate_trackers(torrent_dict, tracker_to_check_for=None):
announce = torrent_dict.get('announce')
announce_string = _validate_bytes(announce, 'announce', 'utf-8')