Skip to content

Commit 6eb24c8

Browse files
committed
code style: reorder imports trough the isort tool
Change-Id: Ia18d04edb853c357b9cb4cffa0bc6c85188f322a
1 parent 2c6b362 commit 6eb24c8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

linux-version-finder

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
from __future__ import annotations
44

5-
import os.path
5+
import collections
66
import logging
7+
import os.path
8+
import re
79
import subprocess
810
import sys
9-
import typer
1011
from typing import List
11-
import re
12-
import collections
12+
13+
import typer
1314

1415

1516
def linux_version_finder_single(single_script_path: str, commit: str) -> list[str]:

0 commit comments

Comments
 (0)