Skip to content

Commit

Permalink
fix [linter] -> fix some linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadyazdanii committed Dec 9, 2023
1 parent cabb085 commit ac2f3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tc_messageBroker/message_broker.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import asyncio
import functools
import json
import logging
from datetime import datetime
from typing import Any, Callable, Optional

import pika
import asyncio


class RabbitMQ:
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_message_broker_singleton.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

import pytest
from dotenv import load_dotenv
from tc_messageBroker import RabbitMQ
Expand Down

0 comments on commit ac2f3cb

Please sign in to comment.