From 964e0b09f46e3b57ebdf406671daee6c02039f63 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 22 Feb 2022 09:23:59 +0200 Subject: [PATCH] Cleanup merge conflicts --- sanic/cli/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sanic/cli/app.py b/sanic/cli/app.py index 0ce93adc..e3ddabd9 100644 --- a/sanic/cli/app.py +++ b/sanic/cli/app.py @@ -175,7 +175,6 @@ Or, a path to a directory to run as a simple HTTP server: "unix": self.args.unix, "verbosity": self.args.verbosity or 0, "workers": self.args.workers, - "version": version, "auto_tls": self.args.auto_tls, }