Skip to content

Commit

Permalink
Re-deploy due to a server reboot: restart always isn't that hard.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkoov committed Jul 28, 2024
1 parent a9539b5 commit a8a175e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/recipes/tests.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import json
import os
import random

# from pprint import pprint
from typing import List

# import pytest
from django.contrib.auth import get_user_model

# from django.db import IntegrityError
from rest_framework import status
from rest_framework.authtoken.models import Token
Expand Down

0 comments on commit a8a175e

Please sign in to comment.