Skip to content

Commit

Permalink
templating: Namespace: client_version: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Mar 20, 2024
1 parent ec5186d commit 9a68ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lona/templating.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def state(self):
def client_version(self):
# TODO: remove in Lona 2.0

lona.warning.remove_2_0()
lona.warnings.remove_2_0()
return get_client_version()

def load_stylesheets(self):
Expand Down

0 comments on commit 9a68ca7

Please sign in to comment.