remove Python 2 (#1547)

Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
This commit is contained in:
Dulmandakh 2024-06-13 22:52:06 +08:00 committed by GitHub
parent 6a668514de
commit 5924cc4150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 0 additions and 19 deletions

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals
from snapshottest import Snapshot
snapshots = Snapshot()

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals
from snapshottest import Snapshot
snapshots = Snapshot()

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals
from snapshottest import Snapshot
snapshots = Snapshot()

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals
from snapshottest import Snapshot

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
import datetime
import os
import subprocess

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
import datetime
from graphql.error import GraphQLError

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
from decimal import Decimal as _Decimal
from graphql import Undefined

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from graphql.language.ast import (
BooleanValueNode,
FloatValueNode,

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import
import json
from graphql import Undefined

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import
from uuid import UUID as _UUID
from graphql.language.ast import StringValueNode