Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Oct 15, 2024
1 parent be662e6 commit 5c04497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/tools/gen_requirements_txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
from __future__ import annotations

import sys
from typing import Any

import tomllib
from typing import Any


def gen_requirements_txt(pyproject_cfg: dict[str, Any]) -> str:
Expand Down

0 comments on commit 5c04497

Please sign in to comment.