Remove blank line whitespace

This commit is contained in:
Nick Harrison 2023-10-29 16:05:01 +00:00 committed by GitHub
parent 844c23975f
commit be31e7e71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"