Skip to content

Commit 3972fd1

Browse files
committed
Address minor feedback
1 parent 5449fa1 commit 3972fd1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/ducktape/run_ducktape_test.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
import argparse
1010
from datetime import datetime
1111

12-
try:
13-
import ducktape
14-
except ImportError as e:
15-
print("ERROR: ducktape is not installed or not importable.")
16-
print(f"Import error: {e}")
17-
print("Install it with: pip install ducktape")
18-
sys.exit(1)
12+
import ducktape
1913

2014

2115
def get_test_info(test_type):

0 commit comments

Comments
 (0)