Skip to content

Commit

Permalink
Fix node_ip feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 committed Jul 23, 2024
1 parent ac9bccf commit f88617d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps_schema/features/node.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from apps_schema.attrs import IntegerSchema, StringSchema
from apps_schema.attrs import StringSchema

from .base import BaseFeature

Expand All @@ -7,9 +7,3 @@ class DefinitionNodeIPFeature(BaseFeature):

NAME = 'definitions/node_ip'
VALID_SCHEMAS = [StringSchema]


class ValidationNodePortFeature(BaseFeature):

NAME = 'validations/node_port'
VALID_SCHEMAS = [IntegerSchema]

0 comments on commit f88617d

Please sign in to comment.