Skip to content

Commit

Permalink
feat: Updated src/wic/api/pythonapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 3202d3a commit f3d3e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wic/api/pythonapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Config: # pylint: disable=too-few-public-methods:
cwl: CWLCommandLineTool

@validator("dockerContainer", pre=True, check_fields=False)
# type: ignore

def validate_docker(cls, docker): # pylint: disable=no-self-argument
"""Validate that there is one docker requirement specified."""
if not len(docker) > 0:
Expand Down

0 comments on commit f3d3e6a

Please sign in to comment.