Browse Source

fix spaces

blezz-tech 2 months ago
parent
commit
9d06926660
1 changed files with 0 additions and 2 deletions
  1. 0 2
      models/orders.py

+ 0 - 2
models/orders.py

@@ -12,8 +12,6 @@ class Orders(models.Model):
     """
     Orders - таблица с заказами
     """
-
-
     service = models.ForeignKey(
         Service,
         null=True,