Merge pull request #2405 from bagerard/remove_encoding_declarations

remove utf8 encoding declaration in test files
This commit is contained in:
Bastien Gérard 2020-11-01 13:16:57 +01:00 committed by GitHub
commit 89b93461ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 0 additions and 35 deletions

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.

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from mongoengine import *

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from bson import SON

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from datetime import datetime

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
import warnings

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import pickle
import unittest

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from datetime import datetime

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import uuid
from bson import Binary

View File

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

View File

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

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import itertools
import math

View File

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

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime as dt
import pytest

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import unittest

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import copy
import os
import tempfile

View File

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

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from mongoengine import *

View File

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

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from bson import DBRef, ObjectId
import pytest

View File

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

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from bson import DBRef, SON
import pytest

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
from mongoengine import *
from tests.utils import MongoDBTestCase

View File

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

View File

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

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import unittest
import uuid

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
import warnings

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from bson import DBRef, ObjectId

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from mongoengine import *