Remove coding directives, no longer needed

This commit is contained in:
Ivan Habunek 2022-12-31 09:24:08 +01:00
parent 7be74f9240
commit 2d8791e629
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
11 changed files with 0 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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