Skip to content

Commit

Permalink
Remove past future print_function
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed Sep 2, 2024
1 parent cd1b206 commit f2f1c20
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions casacore/fitting/fitting.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

from ._fitting import fitting
import numpy as NUM
from casacore.functionals import *
Expand Down
2 changes: 0 additions & 2 deletions casacore/images/coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#
# $Id$

from __future__ import print_function


class coordinatesystem(object):
"""
Expand Down
2 changes: 0 additions & 2 deletions casacore/images/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# 520 Edgemont Road
# Charlottesville, VA 22903-2475 USA

from __future__ import print_function

from ._images import Image
import numpy
import numpy.ma as nma
Expand Down
2 changes: 0 additions & 2 deletions casacore/tables/msutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# 520 Edgemont Road
# Charlottesville, VA 22903-2475 USA
#
from __future__ import print_function

import numpy as np
from casacore.tables.table import (table, taql,
_required_ms_desc,
Expand Down
2 changes: 0 additions & 2 deletions casacore/tables/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
"""

from __future__ import print_function

from ._tables import (Table,
_default_ms,
_default_ms_subtable,
Expand Down
2 changes: 0 additions & 2 deletions casacore/tables/tableutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# Charlottesville, VA 22903-2475 USA
#

from __future__ import print_function

from collections import defaultdict

from .table import table
Expand Down
2 changes: 1 addition & 1 deletion casacore/tables/wxtablebrowser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import print_function
#!/usr/bin/env python

from wxPython.grid import *
from wxPython.wx import *
Expand Down

0 comments on commit f2f1c20

Please sign in to comment.