From 8edbc11b490acd704a54a384973d744bd1a3c009 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 28 Sep 2021 13:25:26 -0400 Subject: Fix include in binaryview.py --- python/binaryview.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index c0709081..f029c09f 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -31,6 +31,7 @@ import os from typing import Callable, Generator, Optional, Union, Tuple, List, Mapping, Any, Iterator from dataclasses import dataclass +import collections from collections import defaultdict, OrderedDict, deque -- cgit v1.3.1