From 2af772a722ba41dc0d4517dce1e082a159aa5d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 22 Aug 2022 17:12:49 +0200 Subject: [PATCH] Black'ed --- ram/ram/__init__.py | 2 +- ram/roster/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ram/ram/__init__.py b/ram/ram/__init__.py index 39cbfb2..b034ba3 100644 --- a/ram/ram/__init__.py +++ b/ram/ram/__init__.py @@ -1,4 +1,4 @@ from ram.utils import git_suffix -__version__ = "0.0.13" +__version__ = "0.0.14" __version__ += git_suffix(__file__) diff --git a/ram/roster/models.py b/ram/roster/models.py index 2c7e589..51fa700 100644 --- a/ram/roster/models.py +++ b/ram/roster/models.py @@ -146,7 +146,7 @@ class RollingStockDocument(models.Model): def download(self): return mark_safe( - "Link".format(self.file.url) + 'Link'.format(self.file.url) )