Commit 75d2ff02 by Bodor Máté

Fix flake8 errors

parent 4fa9525e
......@@ -17,11 +17,11 @@ class Disk(models.Model):
)
class Image(model.Model):
class Image(models.Model):
"""A virtual image.
"""
name = models.CharField(
max_length=100,
verbose_name="name",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment