remove utf8 encoding declaration in test files as it's not needed/recommended

This commit is contained in:
Bastien Gérard
2020-10-30 21:10:21 +01:00
parent 65f50fd713
commit f4962fbc40
32 changed files with 0 additions and 35 deletions
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from mongoengine import *
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from bson import SON
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from datetime import datetime
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
import warnings
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import pickle
import unittest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from datetime import datetime