Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Sep 22, 2024
1 parent 55410bd commit 5305537
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,3 @@
import typing
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")


class ClassExp:
"""ClassExp description"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import typing
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")

class ClassExp:
"""ClassExp description"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
from . import submodule_1 as submodule_1


_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")


class ClassA(module_1.submodule_1.BaseClass1):
"""ClassA description"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import module_1.submodule_1

from . import submodule_1 as submodule_1

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")

class ClassA(module_1.submodule_1.BaseClass1):
"""ClassA description"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")


class BaseClass1:
"""BaseClass1 description"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import typing
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")

class BaseClass1:
"""BaseClass1 description"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
import module_1.submodule_1


_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")


def function_1(
arg_1: int, arg_2: module_1.ClassA, arg_3: bpy.typing.Enum1
) -> module_1.submodule_1.BaseClass1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import bpy.typing
import module_1
import module_1.submodule_1

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")

def function_1(
arg_1: int, arg_2: module_1.ClassA, arg_3: bpy.typing.Enum1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")


class Class123:
"""Class123 description"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import typing
import collections.abc
import typing_extensions

_GenericType1 = typing.TypeVar("_GenericType1")
_GenericType2 = typing.TypeVar("_GenericType2")

class Class123:
"""Class123 description"""
Expand Down

0 comments on commit 5305537

Please sign in to comment.