Add encoding-header to missing files

This commit is contained in:
Thor77 2017-09-16 22:31:15 +02:00
parent c8092018f2
commit c9ab6f6b97
8 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from collections import namedtuple from collections import namedtuple
Event = namedtuple( Event = namedtuple(

View File

@ -0,0 +1 @@
# -*- coding: utf-8 -*-

View File

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

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import pytest import pytest
from tsstats.client import Client, Clients from tsstats.client import Client, Clients

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import pytest import pytest
from tsstats.config import load from tsstats.config import load

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import pytest import pytest
from tsstats.client import Client, Clients from tsstats.client import Client, Clients

View File

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

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import logging import logging
import pendulum import pendulum