fix stray typo
This commit is contained in:
parent
5b7d4f8bd3
commit
a21c7d54fb
|
@ -584,7 +584,7 @@ class FeatureCheckBase(metaclass=abc.ABCMeta):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def check_version(target_version: str, feature_Version: str) -> bool:
|
def check_version(target_version: str, feature_version: str) -> bool:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def use(self, subproject: str) -> None:
|
def use(self, subproject: str) -> None:
|
||||||
|
|
Loading…
Reference in New Issue