Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan-wang committed Oct 11, 2024
1 parent e339f0c commit 5038af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/project_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# Pre-compile regexes in global scope:
NGISAMPLE_PAT = re.compile("P[0-9]+_[0-9]+")


# Verify sample IDs
def verify_sample_ids(project_id):
message = []
Expand Down Expand Up @@ -57,7 +58,6 @@ def verify_sample_ids(project_id):


def main(lims, pid):

message = []
project = Project(lims, id=pid)

Expand Down

0 comments on commit 5038af3

Please sign in to comment.