mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fix code style
CURA-6651
This commit is contained in:
parent
d4a683966d
commit
6a843866a0
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ class Peripheral:
|
||||||
## Constructs the peripheral.
|
## Constructs the peripheral.
|
||||||
# \param type A unique ID for the type of peripheral.
|
# \param type A unique ID for the type of peripheral.
|
||||||
# \param name A human-readable name for the peripheral.
|
# \param name A human-readable name for the peripheral.
|
||||||
def __init__(self, peripheral_type: str, name: str):
|
def __init__(self, peripheral_type: str, name: str) -> None:
|
||||||
self.type = peripheral_type
|
self.type = peripheral_type
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue