Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2022
1 parent 9c371c9 commit 6e5bdd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions t/unit/transport/test_filesystem.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from __future__ import annotations

import tempfile
from fcntl import LOCK_EX, LOCK_NB, LOCK_SH
from queue import Empty
from unittest.mock import call, patch

import pytest

import t.skip

from unittest.mock import patch, call
from fcntl import LOCK_EX, LOCK_SH, LOCK_NB
from kombu import Connection, Consumer, Exchange, Producer, Queue
from kombu.transport.filesystem import lock, unlock

Expand Down

0 comments on commit 6e5bdd8

Please sign in to comment.