X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/07539e8aca073150d034525fb67183a57a388286..9bec1deeed00ac693e6031c69f0778d3bb0dfbd9:/apps/api/utils.py diff --git a/apps/api/utils.py b/apps/api/utils.py index a52e555b..93e54be0 100644 --- a/apps/api/utils.py +++ b/apps/api/utils.py @@ -53,8 +53,5 @@ def hglibrary(func): l = MercurialLibrary(settings.REPOSITORY_PATH) kwargs['lib'] = l return func(self, *args, **kwargs) - return decorated - - - + return decorated