fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
27 stars 4 forks source link

lint error #184

Closed jernst closed 1 month ago

jernst commented 1 month ago
% mypy src
src/feditest/cli/commands/convert_transcript.py:51: error: Incompatible types in assignment (expression has type "MultifileRunTranscriptSerializer", variable has type "TestRunTranscriptSerializer | None")  [assignment]