1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-29 04:35:54 -04:00

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 from datetime import datetime
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------

View File

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

View File

@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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