Skip to content

Commit f5a7567

Browse files
committed
refactor(influxdb): remove unused imports, order imports
1 parent 9f3b64b commit f5a7567

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

influxdb/tests/test_influxdb.py

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
from datetime import datetime
2-
from dateutil.parser import parse
1+
#
2+
# Licensed under the Apache License, Version 2.0 (the "License"); you may
3+
# not use this file except in compliance with the License. You may obtain
4+
# a copy of the License at
5+
#
6+
# http://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11+
# License for the specific language governing permissions and limitations
12+
# under the License.
13+
314
from typing import Type
415

16+
from dateutil.parser import parse
517
from influxdb.resultset import ResultSet
618
from influxdb_client import Bucket
7-
from pytest import mark
819
from influxdb_client.client.write_api import SYNCHRONOUS
20+
from pytest import mark
921

1022
from testcontainers.influxdb import InfluxDbContainer
1123
from testcontainers.influxdb1 import InfluxDb1Container

0 commit comments

Comments
 (0)