flake8 line too long silence

pull/339/head
evelynmitchell 1 year ago
parent 60d64724f9
commit cd5d8051bf

@ -1,3 +1,5 @@
""" Serializable base class. """
# flake8: noqa E501
from abc import ABC from abc import ABC
from typing import Any, Dict, List, Literal, TypedDict, Union, cast from typing import Any, Dict, List, Literal, TypedDict, Union, cast

Loading…
Cancel
Save