Skip to content

Commit c20a22f

Browse files
committed
Remove antiquated codings/futures
1 parent 6dbde72 commit c20a22f

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

tests/database_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32

4-
from __future__ import unicode_literals
53

64
import ipaddress
75
import unittest

tests/models_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32

4-
from __future__ import unicode_literals
53

64
from typing import Dict
75
import unittest

tests/webservice_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32

43
import asyncio
54
import copy

0 commit comments

Comments
 (0)