Skip to content
Snippets Groups Projects
Commit 7e384da5 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

reformat ippidb.models with black

parent 8e8c5e3a
No related branches found
No related tags found
1 merge request!15Master
Pipeline #29716 failed
...@@ -1312,15 +1312,9 @@ class CompoundPKResult(models.Model): ...@@ -1312,15 +1312,9 @@ class CompoundPKResult(models.Model):
t_demi = models.IntegerField("t½ (mn)", blank=True, null=True) t_demi = models.IntegerField("t½ (mn)", blank=True, null=True)
t_max = models.IntegerField("tmax (mn)", blank=True, null=True) t_max = models.IntegerField("tmax (mn)", blank=True, null=True)
auc_av = models.BooleanField("Area under curve available") auc_av = models.BooleanField("Area under curve available")
clearance_av = models.BooleanField( clearance_av = models.BooleanField("Clearance available")
"Clearance available" c_max_av = models.BooleanField("Maximal concentration available")
) voldistribution_av = models.BooleanField("Volume distribution (Vd) available")
c_max_av = models.BooleanField(
"Maximal concentration available"
)
voldistribution_av = models.BooleanField(
"Volume distribution (Vd) available"
)
class Meta: class Meta:
unique_together = (("compound", "test_pk_description"),) unique_together = (("compound", "test_pk_description"),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment