From acde7bd95aa2cc099535699010d811426f5e3b92 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 30 Apr 2019 18:07:41 -0500 Subject: [PATCH] Sorted imports --- ctabus/internal/disk_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctabus/internal/disk_cache.py b/ctabus/internal/disk_cache.py index 63ffea9..3612e14 100644 --- a/ctabus/internal/disk_cache.py +++ b/ctabus/internal/disk_cache.py @@ -1,7 +1,7 @@ +import atexit import lzma import os import pickle -import atexit from ctabus.internal.config import cache_dir