Name refactoring
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
from lib.gen_1 import (
|
||||
from lib.generics_3_without_generics import (
|
||||
Employee,
|
||||
EmployeeContainer,
|
||||
Partner,
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
from lib.gen_2 import (
|
||||
from lib.generics_4_with_generics import (
|
||||
Employee,
|
||||
EmployeeContainer,
|
||||
Partner,
|
||||
PartnerContainer,
|
||||
UserContainer,
|
||||
)
|
||||
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
from dataclasses import dataclass
|
||||
from typing import Generic, List, Optional, TypeVar
|
||||
from typing import List, Optional, TypeVar
|
||||
|
||||
|
||||
@dataclass
|
||||
Reference in New Issue
Block a user