Remove coding directives, no longer needed

pull/278/head
Ivan Habunek 2022-12-31 09:24:08 +01:00
rodzic 7be74f9240
commit 2d8791e629
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
11 zmienionych plików z 0 dodań i 20 usunięć

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from datetime import datetime from datetime import datetime
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------

Wyświetl plik

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest import pytest
from unittest import mock from unittest import mock

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from toot import App, User, api, config, auth from toot import App, User, api, config, auth
from tests.utils import retval from tests.utils import retval

Wyświetl plik

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import io import io
import pytest import pytest
import re import re

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from collections import namedtuple from collections import namedtuple
__version__ = '0.32.1' __version__ = '0.32.1'

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import re import re
import uuid import uuid

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import sys import sys
import webbrowser import webbrowser

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import sys import sys
import platform import platform

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import logging import logging
import os import os
import re import re

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import os import os
import re import re
import sys import sys

Wyświetl plik

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import os import os
import re import re
import socket import socket