From d52693df5bc7480c3917b7248f8602f2942aeab7 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Wed, 10 Feb 2021 19:17:23 +0100 Subject: pyGHDL: format using black --- pyGHDL/libghdl/_types.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'pyGHDL/libghdl/_types.py') diff --git a/pyGHDL/libghdl/_types.py b/pyGHDL/libghdl/_types.py index 4e8112ec1..b1e6410fe 100644 --- a/pyGHDL/libghdl/_types.py +++ b/pyGHDL/libghdl/_types.py @@ -34,18 +34,18 @@ from typing import TypeVar __all__ = [ - 'ErrorIndex', - 'MessageIdWarnings', - 'NameId', - 'SourceFileEntry', - 'Iir', - 'IirKind' + "ErrorIndex", + "MessageIdWarnings", + "NameId", + "SourceFileEntry", + "Iir", + "IirKind", ] -ErrorIndex = TypeVar('ErrorIndex', bound=int) -MessageIdWarnings = TypeVar('MessageIdWarnings', bound=int) -NameId = TypeVar('NameId', bound=int) -SourceFileEntry = TypeVar('SourceFileEntry', bound=int) +ErrorIndex = TypeVar("ErrorIndex", bound=int) +MessageIdWarnings = TypeVar("MessageIdWarnings", bound=int) +NameId = TypeVar("NameId", bound=int) +SourceFileEntry = TypeVar("SourceFileEntry", bound=int) -Iir = TypeVar('Iir', bound=int) -IirKind = TypeVar('IirKind', bound=int) +Iir = TypeVar("Iir", bound=int) +IirKind = TypeVar("IirKind", bound=int) -- cgit v1.2.3