Skip to content

Commit

Permalink
Remove unused improt from test_create_wacz
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Apr 11, 2024
1 parent d8aa9b7 commit e268b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_create_wacz.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest, os, zipfile, sys, gzip, json, tempfile
from wacz.main import main, now
from unittest.mock import patch
from wacz.util import hash_stream, hash_file
from wacz.util import hash_file
from frictionless import validate, Report

TEST_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "fixtures")
Expand Down

0 comments on commit e268b30

Please sign in to comment.