remove coding: from cython files, utf-8 is default encoding

This commit is contained in:
Thomas Waldmann 2022-07-05 00:08:51 +02:00
parent 350393c9fd
commit f04b2bd255
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
API_VERSION = '1.2_01'
import errno

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from collections import namedtuple
cimport cython