Skip to content

Commit

Permalink
Fixup: Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Mar 19, 2018
1 parent f46fba2 commit 79fc1e6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions opal/models.py
Expand Up @@ -1601,11 +1601,8 @@ class Investigation(EpisodeSubrecord):
giardia = models.CharField(max_length=20, blank=True)
entamoeba_histolytica = models.CharField(max_length=20, blank=True)
cryptosporidium = models.CharField(max_length=20, blank=True)
rhinovirus = models.CharField(
max_length=20,
blank=True,
choices=POS_NEG_PENDING,
)
rhinovirus = models.CharField(
max_length=20, blank=True, choices=POS_NEG_PENDING)

class Meta:
abstract = True
Expand Down

0 comments on commit 79fc1e6

Please sign in to comment.