Skip to content

Commit 8662757

Browse files
committed
Improve Python import definition
1 parent c8feea4 commit 8662757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

computer_hw/test/parse_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838

3939
PKG = 'computer_hw'
4040

41+
import os
42+
import sys
4143
import unittest
4244

4345
import computer_hw
4446

45-
import os, sys
46-
4747
TEXT_PATH = 'test/sample_output/nvidia_smi_out_2021.txt'
4848
TEXT_HIGH_TEMP_PATH = 'test/sample_output/nvidia_smi_high_temp.txt'
4949

0 commit comments

Comments
 (0)