gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: don't use future import


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: don't use future import for unicode literals
Date: Tue, 27 Aug 2019 03:56:57 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 4fbd0ef  don't use future import for unicode literals
4fbd0ef is described below

commit 4fbd0ef6da32f87b6ff714d1d56af40fadbbd7da
Author: Florian Dold <address@hidden>
AuthorDate: Tue Aug 27 03:56:54 2019 +0200

    don't use future import for unicode literals
---
 talerbank/app/models.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/talerbank/app/models.py b/talerbank/app/models.py
index d7340a0..f475bb3 100644
--- a/talerbank/app/models.py
+++ b/talerbank/app/models.py
@@ -19,7 +19,6 @@
 #  @author Florian Dold
 
 import uuid
-from __future__ import unicode_literals
 from typing import Any, Tuple
 from django.contrib.auth.models import User
 from django.db import models

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]