8000 remove Python 2 (#1547) · graphql-python/graphene@5924cc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5924cc4

Browse files
remove Python 2 (#1547)
Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
1 parent 6a66851 commit 5924cc4

File tree

10 files changed

+0
-19
lines changed

10 files changed

+0
-19
lines changed

examples/starwars/tests/snapshots/snap_test_query.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding: utf-8 -*-
22
# snapshottest: v1 - https://goo.gl/zC4yUc
3-
from __future__ import unicode_literals
4-
53
from snapshottest import Snapshot
64

75
snapshots = Snapshot()

examples/starwars_relay/tests/snapshots/snap_test_connections.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding: utf-8 -*-
22
# snapshottest: v1 - https://goo.gl/zC4yUc
3-
from __future__ import unicode_literals
4-
53
from snapshottest import Snapshot
64

75
snapshots = Snapshot()

examples/starwars_relay/tests/snapshots/snap_test_mutation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding: utf-8 -*-
22
# snapshottest: v1 - https://goo.gl/zC4yUc
3-
from __future__ import unicode_literals
4-
53
from snapshottest import Snapshot
64

75
snapshots = Snapshot()

examples/starwars_relay/tests/snapshots/snap_test_objectidentification.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding: utf-8 -*-
22
# snapshottest: v1 - https://goo.gl/zC4yUc
3-
from __future__ import unicode_literals
4-
53
from snapshottest import Snapshot
64

75

graphene/pyutils/version.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import unicode_literals
2-
31
import datetime
42
import os
53
import subprocess

graphene/types/datetime.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
import datetime
42

53
from graphql.error import GraphQLError

graphene/types/decimal.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
from decimal import Decimal as _Decimal
42

53
from graphql import Undefined

graphene/types/generic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import unicode_literals
2-
31
from graphql.language.ast import (
42
BooleanValueNode,
53
FloatValueNode,

graphene/types/json.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import
2-
31
import json
42

53
from graphql import Undefined

graphene/types/uuid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import absolute_import
21
from uuid import UUID as _UUID
32

43
from graphql.language.ast import StringValueNode

0 commit comments

Comments
 (0)
0