1
0

Run pyupgrade for python 3.7 & 3.8. (#16110)

This commit is contained in:
Patrick Cloke
2023-08-15 08:11:20 -04:00
committed by H. Shay
parent ddbb346124
commit b150b3626d
43 changed files with 113 additions and 121 deletions

View File

@@ -247,7 +247,7 @@ def main() -> None:
def read_args_from_config(args: argparse.Namespace) -> None:
with open(args.config, "r") as fh:
with open(args.config) as fh:
config = yaml.safe_load(fh)
if not args.server_name: