Skip to content

Commit

Permalink
flatmanager: Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jan 29, 2024
1 parent 9412eaf commit 02feef6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions flatpak_builder_lint/checks/flatmanager.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import gzip
import json
import os
import shutil
import tempfile

import requests

import tempfile
import shutil
import gzip

from . import Check
from .. import appstream
from . import Check


class FlatManagerCheck(Check):
Expand Down

0 comments on commit 02feef6

Please sign in to comment.