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 -*-
#
# MongoEngine documentation build configuration file, created by
# sphinx-quickstart on Sun Nov 22 18:14:13 2009.
-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
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import uuid
from bson import Binary
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
from mongoengine import *
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from decimal import Decimal
import pytest
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import itertools
import math
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import pytest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime as dt
import pytest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from decimal import Decimal
import pytest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from bson import InvalidDocument
import pytest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import sys
import pytest
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
from mongoengine import (
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import unittest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import copy
import os
import tempfile
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
from mongoengine import *
-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 pytest
from mongoengine import *
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from bson import DBRef, ObjectId
import pytest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import pytest
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from bson import DBRef, SON
import pytest
-2
View File
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from mongoengine import *
from tests.utils import MongoDBTestCase
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import pytest
from mongoengine import *
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import uuid
import pytest
-2
View File
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import unittest
import uuid
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
import warnings
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from bson import DBRef, ObjectId
-1
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from mongoengine import *