aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNick Harrison <42382362+nickpharrison@users.noreply.github.com>2023-10-29 16:05:01 +0000
committerGitHub <noreply@github.com>2023-10-29 16:05:01 +0000
commitbe31e7e71a08dc27543d31aa6e6532463ccbf20f (patch)
tree5c737b48df7b737c0473a67453b4fb5b73a65b11 /modules
parent844c23975f369f85c7179379ec419e1bd067de18 (diff)
Remove blank line whitespace
Diffstat (limited to 'modules')
-rw-r--r--modules/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/options.py b/modules/options.py
index 1ac32d95..e270a42d 100644
--- a/modules/options.py
+++ b/modules/options.py
@@ -85,7 +85,7 @@ class Options:
if self.data is not None:
if key in self.data or key in self.data_labels:
-
+
# Check that settings aren't globally frozen
assert not cmd_opts.freeze_settings, "changing settings is disabled"