Skip to content

Commit 7472083

Browse files
committed
Remove some legacy things from when python 2 was around
1 parent a189bfb commit 7472083

47 files changed

Lines changed: 7 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/column.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/index_column.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/metadata.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -28,7 +27,7 @@
2827
from spanner_orm.admin import table
2928

3029

31-
class SpannerMetadata(object):
30+
class SpannerMetadata:
3231
"""Gathers information about a table from Spanner."""
3332

3433
@classmethod

spanner_orm/admin/migration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/migration_executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

spanner_orm/admin/migration_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# python3
21
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)