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 4, 2021
1 parent 4994f3a commit ce299b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/unit/concurrency/test_prefork.py
@@ -1,12 +1,12 @@
import errno
import os
import socket
import signal
import socket
from itertools import cycle
from unittest.mock import Mock, patch

from billiard.util import set_pdeathsig
import pytest
from billiard.util import set_pdeathsig
from case import mock

import t.skip
Expand Down

0 comments on commit ce299b6

Please sign in to comment.