Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Dec 13, 2024
1 parent bbdf72a commit 081715d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chia/cmds/gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import urllib
import uuid
import webbrowser
from collections.abc import Sequence
from pathlib import Path
from typing import Callable, ClassVar, Literal, Optional, Sequence, Union, overload
from typing import Callable, ClassVar, Literal, Optional, Union, overload

import anyio
import click
Expand Down

0 comments on commit 081715d

Please sign in to comment.