Force isort to treat typing in the py3.5 style, not py3.4

This commit is contained in:
Raphael Michel
2016-08-13 21:06:02 +02:00
parent 34212841e2
commit 5031393136
15 changed files with 17 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
import hashlib
import time
from typing import Dict, List
from django.core.cache import caches
from django.db.models import Model
from typing import Dict, List
class NamespacedCache: