mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
Fixed pep8
This commit is contained in:
@@ -8,4 +8,4 @@ class Instance(models.Model):
|
||||
uuid = models.CharField(max_length=36)
|
||||
|
||||
def __unicode__(self):
|
||||
return self.name
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user