mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-12 09:36:13 +00:00
lint fix
This commit is contained in:
@@ -38,7 +38,7 @@ def _make_d_features(flags: dict[str, bool]) -> str:
|
|||||||
return f"-DUS_FEATURES=\"{features}\""
|
return f"-DUS_FEATURES=\"{features}\""
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
def main() -> None:
|
||||||
flags = _find_flags()
|
flags = _find_flags()
|
||||||
setup(
|
setup(
|
||||||
name="ustreamer",
|
name="ustreamer",
|
||||||
@@ -61,3 +61,7 @@ if __name__ == "__main__":
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user