1
0
mirror of https://github.com/sjlongland/tornado-gallery.git synced 2025-09-13 08:42:23 +10:00

server: Drop unused pytz import

This commit is contained in:
Stuart Longland 2018-04-18 15:56:54 +10:00
parent 6abab7a54b
commit fb6bd6cb21
Signed by: stuartl
GPG Key ID: 6AA32EFB18079BAA

View File

@ -4,7 +4,6 @@ import argparse
import logging
import uuid
import datetime
import pytz
import json
import os.path