don't need ABCMeta here
This commit is contained in:
parent
2cf187fdb8
commit
5cdafd580f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
from typing import Self
|
from typing import Self
|
||||||
from abc import ABCMeta
|
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
|
|
||||||
class Copyable(metaclass=ABCMeta):
|
class Copyable:
|
||||||
"""
|
"""
|
||||||
Trait class which adds .copy() and .deepcopy()
|
Trait class which adds .copy() and .deepcopy()
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue