Skip to content

Commit a4de5f8

Browse files
committed
style: Apply fixes of recent black versions
Signed-off-by: Nicolai Buchwitz <nb@tipi-net.de>
1 parent 8710783 commit a4de5f8

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@
1717
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
1919
],
20-
project_urls={
21-
"Bug Tracker": "https://github.com/nbuchwitz/python3-uhubctl/issues"
22-
},
20+
project_urls={"Bug Tracker": "https://github.com/nbuchwitz/python3-uhubctl/issues"},
2321
)

uhubctl/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Wrapper module for uhubctl"""
2+
23
from .usb import discover_hubs, Hub, Port
34
from . import utils
45

uhubctl/usb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Representation classes and helper functions"""
2+
23
import re
34
from typing import List, Optional
45

uhubctl/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utilities around uhubctl binary"""
2+
23
import subprocess
34

45
from packaging import version

0 commit comments

Comments
 (0)