Skip to content
Snippets Groups Projects
Commit cc34d82c authored by florian's avatar florian
Browse files

STY: autopep'd

parent 26213ef5
No related branches found
No related tags found
2 merge requests!53Release 0.1,!32ENH: add security levels that may prevent updates or inserts
Pipeline #26560 passed
#!/usr/bin/env python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8
# #
# ** header v3.0
# This file is a part of the CaosDB Project. # This file is a part of the CaosDB Project.
# #
# Copyright (C) 2021 Indiscale GmbH <info@indiscale.com> # Copyright (C) 2021,2022 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2021 Henrik tom Wörden <h.tomwoerden@indiscale.com> # Copyright (C) 2021,2022 Henrik tom Wörden <h.tomwoerden@indiscale.com>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
...@@ -20,8 +19,6 @@ ...@@ -20,8 +19,6 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# #
# ** end header
#
""" """
test the converters module test the converters module
...@@ -275,4 +272,3 @@ def test_variable_replacement(): ...@@ -275,4 +272,3 @@ def test_variable_replacement():
assert handle_value(["a", "b"], values) == (["a", "b"], "single") assert handle_value(["a", "b"], values) == (["a", "b"], "single")
assert handle_value(["$a", "$b"], values) == (["4", "68"], "single") assert handle_value(["$a", "$b"], values) == (["4", "68"], "single")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment