misc: Run pre-commit run --all-files
This ensures `isort` is applied to all files in the repo. Change-Id: Ib7ced1c924ef1639542bf0d1a01c5737f6ba43e9
This commit is contained in:
@@ -37,13 +37,11 @@
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import os
|
||||
import sys
|
||||
import os.path
|
||||
import re
|
||||
import string
|
||||
|
||||
import sys
|
||||
from os.path import join as joinpath
|
||||
import os.path
|
||||
import os
|
||||
|
||||
import m5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user