Remove python encoding pragma

This commit is contained in:
jo 2021-05-28 12:25:05 +02:00
parent 813cbac60d
commit b26de72704
96 changed files with 0 additions and 110 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
# Make the celeryconfig module visible to celery

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
from configobj import ConfigObj
from kombu import Exchange, Queue

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from future.standard_library import install_aliases
install_aliases()

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from pathlib import Path
from setuptools import setup
from subprocess import call