Skip to content

Commit

Permalink
Remove coding directives, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Dec 31, 2022
1 parent 7be74f9 commit 2d8791e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from datetime import datetime

# -- Project information -----------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest

from unittest import mock
Expand Down
2 changes: 0 additions & 2 deletions tests/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from toot import App, User, api, config, auth
from tests.utils import retval

Expand Down
1 change: 0 additions & 1 deletion tests/test_console.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import io
import pytest
import re
Expand Down
2 changes: 0 additions & 2 deletions toot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from collections import namedtuple

__version__ = '0.32.1'
Expand Down
2 changes: 0 additions & 2 deletions toot/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import re
import uuid

Expand Down
2 changes: 0 additions & 2 deletions toot/auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import sys
import webbrowser

Expand Down
2 changes: 0 additions & 2 deletions toot/commands.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import sys
import platform

Expand Down
2 changes: 0 additions & 2 deletions toot/console.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import logging
import os
import re
Expand Down
2 changes: 0 additions & 2 deletions toot/output.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import os
import re
import sys
Expand Down
2 changes: 0 additions & 2 deletions toot/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import os
import re
import socket
Expand Down

0 comments on commit 2d8791e

Please sign in to comment.