mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-27 12:16:31 +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}\""
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
def main() -> None:
|
||||
flags = _find_flags()
|
||||
setup(
|
||||
name="ustreamer",
|
||||
@@ -61,3 +61,7 @@ if __name__ == "__main__":
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user