summaryrefslogtreecommitdiff
path: root/scalarfloat.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-03-09 09:02:50 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-03-09 09:02:50 +0100
commite73562c6f14d1d71a9fea174d58465e1b13f68af (patch)
tree309851cca7d411b31c27753555871d493282c7f0 /scalarfloat.py
parent96839d9f64f4698bdc519cbfbd48d51178460714 (diff)
downloadruamel.yaml-e73562c6f14d1d71a9fea174d58465e1b13f68af.tar.gz
remove python 2 specific code
add future deprecation warning to old style functions
Diffstat (limited to 'scalarfloat.py')
-rw-r--r--scalarfloat.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scalarfloat.py b/scalarfloat.py
index 0404df3..9d41879 100644
--- a/scalarfloat.py
+++ b/scalarfloat.py
@@ -1,9 +1,6 @@
# coding: utf-8
-from __future__ import print_function, absolute_import, division, unicode_literals
-
import sys
-from .compat import no_limit_int # NOQA
from ruamel.yaml.anchor import Anchor
if False: # MYPY