We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93c8e0 commit 8684a42Copy full SHA for 8684a42
1 file changed
src/hermes/commands/init/base.py
@@ -9,14 +9,14 @@
9
import shutil
10
import sys
11
import traceback
12
-import requests
13
-import toml
14
-
15
from dataclasses import dataclass
16
from enum import Enum, auto
17
from importlib import metadata
18
from pathlib import Path
19
from urllib.parse import urljoin, urlparse
+
+import requests
+import toml
20
from pydantic import BaseModel
21
from requests import HTTPError
22
0 commit comments