Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
squad-create-reproducer: Remove unused import
Browse files Browse the repository at this point in the history
Remove unused import of pathlib in squad-create-reproducer

Fixes: c6c44af ("Change reproducer functions to return string rather than file name")
Signed-off-by: Katie Worton <[email protected]>
  • Loading branch information
katieworton committed Nov 23, 2023
1 parent 20c5206 commit b7112f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion squad-create-reproducer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from argparse import ArgumentParser
from logging import INFO, basicConfig, getLogger
from os import chmod, getenv
from pathlib import Path
from stat import S_IRUSR, S_IWUSR, S_IXUSR
from sys import exit

Expand Down

0 comments on commit b7112f1

Please sign in to comment.