binja extractor: remove unused pathlib.Path import

This commit is contained in:
Yacine Elhamer
2023-08-28 13:24:54 +02:00
parent 8c9e676868
commit 214a355b9c

View File

@@ -6,7 +6,6 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
from typing import List, Tuple, Iterator
from pathlib import Path
import binaryninja as binja