rm spurious warn

2019-08-17
Marnanel Thurman 2019-06-05 00:05:29 +01:00
rodzic 954a6fb627
commit 82cd4671a5
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -90,7 +90,6 @@ def mock_remote_object(
if isinstance(content, bytes):
body = content
else:
logger.warn('%s', content)
body = bytes(content, encoding='UTF-8')
if as_post: