summaryrefslogtreecommitdiff
path: root/bootstrap_datepicker
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
commitda54a1068cc89abf479f57e0b78651e30df3dcc4 (patch)
tree99d97104339e6a246e34a87a663beb77ca7db8cd /bootstrap_datepicker
parentdc37c72d10b5358ef692e73f671c15c083693c05 (diff)
downloadIshtar-da54a1068cc89abf479f57e0b78651e30df3dcc4.tar.bz2
Ishtar-da54a1068cc89abf479f57e0b78651e30df3dcc4.zip
Remove unicode_litterals
Diffstat (limited to 'bootstrap_datepicker')
-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