aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/range_set.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/range_set.py')
-rw-r--r--ethosu/vela/range_set.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ethosu/vela/range_set.py b/ethosu/vela/range_set.py
index d7623c5a..f03174ed 100644
--- a/ethosu/vela/range_set.py
+++ b/ethosu/vela/range_set.py
@@ -13,11 +13,8 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
-
# Description:
# Helper classes to track memory accesses for calculating dependencies between Commands.
-
from enum import IntEnum
from functools import lru_cache