mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 03:38:00 +02:00
refactor: fixed formatting
This commit is contained in:
2
setup.py
2
setup.py
@ -13,7 +13,7 @@ if __name__ == "__main__":
|
|||||||
"pyyaml",
|
"pyyaml",
|
||||||
"std_daq_client",
|
"std_daq_client",
|
||||||
"pyepics",
|
"pyepics",
|
||||||
"pytest"
|
"pytest",
|
||||||
],
|
],
|
||||||
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
|
||||||
version=__version__,
|
version=__version__,
|
||||||
|
Reference in New Issue
Block a user