Skip to content

Commit

Permalink
chore: Move imports to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamb authored and barthalion committed Aug 30, 2024
1 parent e431b9e commit 9689a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flat-manager-client
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ from urllib.parse import urljoin, urlparse, urlunparse

import aiohttp
import aiohttp.client_exceptions
import gi
from gi.repository import Gio, GLib, OSTree
from tenacity import retry, retry_if_exception_type, stop_after_delay, wait_random_exponential

import gi
gi.require_version('OSTree', '1.0')
from gi.repository import Gio, GLib, OSTree

UPLOAD_CHUNK_LIMIT = 4 * 1024 * 1024
DEFAULT_LIMIT = 2 ** 16
Expand Down

0 comments on commit 9689a6f

Please sign in to comment.