Skip to content
Snippets Groups Projects

WS-797: Polishing QA process

Merged Nathan Hertz requested to merge WS-797-set-request-state-using-version-state into main
1 unresolved thread
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,9 @@
#
# You should have received a copy of the GNU General Public License
# along with Workspaces. If not, see <https://www.gnu.org/licenses/>.
# pylint: disable=C0114, C0115, C0116, R0903
from __future__ import annotations
import pathlib
@@ -24,8 +27,6 @@ from workspaces.capability.helpers_interfaces import ParameterIF
from workspaces.products.schema_interfaces import FutureProductIF
from workspaces.system.schema import JSONSerializable
# pylint: disable=C0114, C0115, C0116, R0903
class CapabilityIF(JSONSerializable):
id: int
Loading