mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
format python code with black
This commit is contained in:
@@ -7,7 +7,7 @@ class Permission(P):
|
||||
"""
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.content_type.app_label}: {self.name}'
|
||||
return f"{self.content_type.app_label}: {self.name}"
|
||||
|
||||
class Meta:
|
||||
proxy = True
|
||||
|
||||
Reference in New Issue
Block a user