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