Skip to content

Commit b5432e2

Browse files
committed
Reorder imports
1 parent 3839742 commit b5432e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearpath_generator_common/test/generate_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Scripts to generate samples using the clearpath_generator_common."""
22
import argparse
33
import os
4-
import signal
54
import shutil
5+
import signal
66
import subprocess
77
import sys
88

0 commit comments

Comments
 (0)