mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 01:32:24 +03:00
apply black format
This commit is contained in:
parent
380310c60b
commit
a61ee3f03d
|
@ -13,4 +13,4 @@ class MyFakeModelWithPassword(models.Model):
|
||||||
|
|
||||||
class MyFakeModelWithDate(models.Model):
|
class MyFakeModelWithDate(models.Model):
|
||||||
cool_name = models.CharField(max_length=50)
|
cool_name = models.CharField(max_length=50)
|
||||||
last_edited = models.DateField()
|
last_edited = models.DateField()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user