move django.contrib.postgres

This commit is contained in:
Maxim Kurnikov
2018-12-21 05:16:48 +03:00
parent 5a075be908
commit 013b6ee538
6 changed files with 13 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Dict, Optional, Union
from typing import Any, Dict, Optional, Union, Callable
from django.core.cache.backends.base import BaseCache