Skip to content

Commit 8684a42

Browse files
committed
init base isorted
1 parent c93c8e0 commit 8684a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/hermes/commands/init/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
import shutil
1010
import sys
1111
import traceback
12-
import requests
13-
import toml
14-
1512
from dataclasses import dataclass
1613
from enum import Enum, auto
1714
from importlib import metadata
1815
from pathlib import Path
1916
from urllib.parse import urljoin, urlparse
17+
18+
import requests
19+
import toml
2020
from pydantic import BaseModel
2121
from requests import HTTPError
2222

0 commit comments

Comments
 (0)