don't need ABCMeta here
This commit is contained in:
parent
2cf187fdb8
commit
5cdafd580f
@ -1,9 +1,8 @@
|
||||
from typing import Self
|
||||
from abc import ABCMeta
|
||||
import copy
|
||||
|
||||
|
||||
class Copyable(metaclass=ABCMeta):
|
||||
class Copyable:
|
||||
"""
|
||||
Trait class which adds .copy() and .deepcopy()
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user