Skip to content

Commit

Permalink
✏️ Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-hyben committed May 31, 2024
1 parent 88c4d63 commit 6e0aa75
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions test/data/generate_ourdna_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
Local Backend API needs to run prior executing this script
NOTE: This is WIP and will be updated with more features
If you want to regenerate the data you would need to
If you want to regenerate the data you would need to
delete records from table sample and participant first
"""
import argparse
import asyncio

from metamist.apis import (
ParticipantApi,
)
from metamist.models import (
ParticipantUpsert,
SampleUpsert,
)
from metamist.apis import ParticipantApi
from metamist.models import ParticipantUpsert, SampleUpsert

PARTICIPANTS = [
ParticipantUpsert(
Expand Down

0 comments on commit 6e0aa75

Please sign in to comment.