Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Mar 1, 2021
1 parent 5ea0b5f commit 8efec68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/devdata/exporting.py
Expand Up @@ -2,9 +2,8 @@
import io
import json
import subprocess
import sys
from pathlib import Path
from tempfile import NamedTemporaryFile, TemporaryDirectory, TemporaryFile
from tempfile import TemporaryDirectory
from typing import Any, Dict, Iterator, NamedTuple

SEPARATOR_BYTE = b"\x00"
Expand Down
4 changes: 1 addition & 3 deletions src/devdata/strategies.py
@@ -1,9 +1,7 @@
import codecs
import json
import pathlib
import subprocess
from tempfile import TemporaryFile
from typing import Any, Dict, NamedTuple, Set, Tuple
from typing import Set, Tuple

from django.conf import settings
from django.core import serializers
Expand Down

0 comments on commit 8efec68

Please sign in to comment.