Skip to content

Commit

Permalink
Remove integer
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Nov 14, 2024
1 parent 73331f2 commit e7555ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tljh/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"memory": {"type": "string"},
"cpu": {
"anyOf": [
{"type": "integer", "minimum": 0},
{"type": "number", "minimum": 0},
{"type": "string", "enum": ["None"]},
]
Expand Down

0 comments on commit e7555ae

Please sign in to comment.