Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 23, 2016
1 parent eacb09a commit ba90ee4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nextcloudappstore/core/api/v1/release/downloader.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import tempfile

import requests
import uuid
import os

import tempfile
from typing import Any

import requests
from rest_framework.exceptions import APIException # type: ignore


Expand Down

0 comments on commit ba90ee4

Please sign in to comment.