Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Dec 4, 2024
1 parent 3f5219e commit 31f416a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/compile-static.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import re
import shlex
from asyncio.subprocess import PIPE
from collections import deque
from dataclasses import dataclass, field
from pathlib import Path
from shutil import rmtree
Expand All @@ -58,7 +57,6 @@
import brotli
import tinycss2
import zopfli.gzip
from tinycss2.ast import AtRule, ParseError

repo_root = Path(__file__).parent.parent

Expand Down

0 comments on commit 31f416a

Please sign in to comment.