Add coding directive
This commit is contained in:
parent
7e31c57a63
commit
d21e45899c
5 changed files with 7 additions and 1 deletions
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
|
@ -1,4 +1,4 @@
|
|||
# import pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
import requests
|
||||
|
||||
from toot import App, User, create_app, login, CLIENT_NAME, CLIENT_WEB, SCOPES
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import logging
|
||||
import requests
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
from . import User, App
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue