forked from aegis/pyserveX
refactor: Add typing stubs for PyYAML and improve type hints in logging utilities and extensions
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ from pathlib import Path
|
||||
from . import PyServeServer, Config, __version__
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
parser = argparse.ArgumentParser(
|
||||
description="PyServe - HTTP web server",
|
||||
prog="pyserve"
|
||||
|
||||
Reference in New Issue
Block a user