Skip to content

Commit

Permalink
Fix model format
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanmao Zhu <yuanmao@ualberta.ca>
  • Loading branch information
zhuyuanmao committed Sep 23, 2022
1 parent c6f0736 commit dd0aef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api-engine/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ def get_channel_config_path(self):
def get_channel_artifacts_path(self, artifact):
return CELLO_HOME + "/" + self.network.name + "/" + artifact


# class ChainCode(models.Model):
# id = models.UUIDField(
# primary_key=True,
Expand Down

0 comments on commit dd0aef1

Please sign in to comment.