Skip to content

Commit 3827223

Browse files
author
rootware
committed
took out unused imports
1 parent a74cee5 commit 3827223

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyredactkit/runner.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
Utility to redact sensitive data
44
"""
55

6-
import argparse
7-
from genericpath import isdir
8-
9-
from numpy import full
10-
116
from pyredactkit.core_redactor import CoreRedactorEngine
127
from pyredactkit.custom_redactor import CustomRedactorEngine
138
from pyredactkit.unredact import Unredactor
9+
import argparse
1410
import os
1511
import glob
1612
import sys

0 commit comments

Comments
 (0)