Skip to content

Commit

Permalink
cleanup poll example
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 23, 2025
1 parent d3bd159 commit 8138038
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_poll_example.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import contextlib
import sys
from io import StringIO

import pytest
from django.core.management import call_command
from django.test import TestCase
from django.utils import timezone
import contextlib

from django_typer.management import get_command
from tests.apps.examples.polls.models import Question
from tests.utils import run_command

SHELLS = [("zsh", True), ("bash", False), ("pwsh", True), ("fish", True)]

Expand Down

0 comments on commit 8138038

Please sign in to comment.