Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Apr 23, 2022
1 parent 374ca89 commit 8663d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnleashClient/cache.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import abc
import json
from pathlib import Path
from typing import Any, Dict, Optional
from typing import Any, Optional

import requests
from fcache.cache import FileCache as _FileCache
from UnleashClient.constants import FEATURES_URL, ETAG
from UnleashClient.constants import FEATURES_URL


class BaseCache(abc.ABC):
Expand Down

0 comments on commit 8663d38

Please sign in to comment.