Remove python 2 __future__ syntax · eso/astroquery@554d35f · GitHub
Skip to content

Commit 554d35f

Browse files
committed
Remove python 2 __future__ syntax
1 parent e7ea01c commit 554d35f

125 files changed

Lines changed: 125 additions & 125 deletions

File tree

Some content is hidden

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

astroquery/alfalfa/core.py

Lines changed: 1 addition & 1 deletion

astroquery/alfalfa/tests/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import absolute_import
2+
33

44
import os
55

astroquery/alma/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import print_function
2+
33
import json
44
import os.path
55
import keyring

astroquery/alma/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import absolute_import
2+
33

44
import os
55

astroquery/alma/tests/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import absolute_import
2+
33

44
import os
55

astroquery/astrometry_net/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import print_function
2+
33

44
import json
55

astroquery/astrometry_net/tests/test_astrometry_net_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import print_function
2+
33

44
import os
55

astroquery/atomic/setup_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from __future__ import absolute_import
1+
22

33
import os.path
44

astroquery/besancon/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
from __future__ import print_function
2+
33
import socket
44
import time
55
import copy

astroquery/besancon/tests/setup_package.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)