21356: Remove all Python 2/3 compatibility imports
[arvados.git] / sdk / python / arvados / commands / ls.py
index ac038f5040a8081ecd4dabfe38ed36eef289bca0..d67f5cc453c0334d3f9646b0bb7831fcea891b7d 100644 (file)
@@ -2,9 +2,6 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-from __future__ import print_function
-from __future__ import division
-
 import argparse
 import collections
 import logging