summaryrefslogtreecommitdiff
path: root/bootstrap_datepicker/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-09-09 11:28:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:20:58 +0100
commite8472937c192bcce28a7a112fdf7a420e7486cfc (patch)
tree99d97104339e6a246e34a87a663beb77ca7db8cd /bootstrap_datepicker/widgets.py
parent3297cdadc31ea857ed51317081d7d3174af7dbc9 (diff)
downloadIshtar-e8472937c192bcce28a7a112fdf7a420e7486cfc.tar.bz2
Ishtar-e8472937c192bcce28a7a112fdf7a420e7486cfc.zip
Remove unicode_litterals
Diffstat (limited to 'bootstrap_datepicker/widgets.py')
-rw-r--r--bootstrap_datepicker/widgets.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap_datepicker/widgets.py b/bootstrap_datepicker/widgets.py
index 5a4a1e874..c00b9f1ef 100644
--- a/bootstrap_datepicker/widgets.py
+++ b/bootstrap_datepicker/widgets.py
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
import datetime
from json import dumps as json_dumps
import logging