Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 10, 2024
1 parent 27da7b1 commit cabed5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
import argparse
import pickle
from dataclasses import dataclass
from functools import cached_property
from importlib import import_module
from sys import version_info as _version_info
from types import ModuleType
from typing import Callable, Type
from functools import cached_property

import pytest

from multidict import MultiMapping, MutableMultiMapping
Expand Down

0 comments on commit cabed5a

Please sign in to comment.