diff options
Diffstat (limited to 'gr-utils/modtool/cli/makeyaml.py')
-rw-r--r-- | gr-utils/modtool/cli/makeyaml.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-utils/modtool/cli/makeyaml.py b/gr-utils/modtool/cli/makeyaml.py index 834cc05a21..c3019cb4fe 100644 --- a/gr-utils/modtool/cli/makeyaml.py +++ b/gr-utils/modtool/cli/makeyaml.py @@ -8,9 +8,6 @@ # """ Automatically create YAML bindings for GRC from block code """ -from __future__ import print_function -from __future__ import absolute_import -from __future__ import unicode_literals import os import click |