Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 10, 2022
1 parent e93b6ec commit a6c3116
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_converter_inheritance.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import collections
import typing
from typing import Type

import attr
import pytest

from cattrs import BaseConverter, Converter
from cattrs import BaseConverter


def test_inheritance(converter):
Expand Down

0 comments on commit a6c3116

Please sign in to comment.