diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-05-26 21:47:57 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-06-04 19:08:50 -0400 |
commit | bb4c655244c54d3225afc463f56a7d6cbb5fc272 (patch) | |
tree | 5bdd0ac6910d5b28125f896952eb0d3c60f46a29 /grc/core | |
parent | 146e9f34c2e7e8b833c1747867e3275475d94be2 (diff) |
grc: cache: remove useless import
io.open is just an alias for builtin open
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'grc/core')
-rw-r--r-- | grc/core/cache.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grc/core/cache.py b/grc/core/cache.py index fbcf200e70..5400fcab8d 100644 --- a/grc/core/cache.py +++ b/grc/core/cache.py @@ -4,8 +4,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later # - -from io import open import json import logging import os |