Skip to content

Commit

Permalink
Reoder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed Jan 20, 2023
1 parent 6962a40 commit b554c37
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,19 @@
import logging
import asyncio
import random
from typing import List

import os

import click as cli
from typing import List

from importlib.metadata import version, PackageNotFoundError
from importlib.metadata import version
from prometheus_client import CollectorRegistry, Gauge, Counter, push_to_gateway
import click as cli

from thoth.common import init_logging

from thoth.storages import GraphDatabase

import thoth.messaging.producer as producer
from thoth.messaging import package_released_message
from thoth.messaging.package_releases import MessageContents as PackageReleasedContent

from prometheus_client import CollectorRegistry, Gauge, Counter, push_to_gateway

from thoth.python import Source
from thoth.python import AIOSource
from thoth.python.exceptions import NotFoundError
Expand Down

0 comments on commit b554c37

Please sign in to comment.