Skip to content

Commit b6530da

Browse files
authored
Removed some old comments
1 parent 6c28c25 commit b6530da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/hermes/commands/init/base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,10 @@ class HermesInitFolderInfo:
5858
def __init__(self):
5959
self.absolute_path: str = ""
6060
self.has_git_folder: bool = False
61-
# self.has_multiple_remotes: bool = False
62-
# self.git_remote_url: str = ""
63-
# self.git_base_url: str = ""
64-
# self.used_git_hoster: GitHoster = GitHoster.Empty
6561
self.has_hermes_toml: bool = False
6662
self.has_gitignore: bool = False
6763
self.has_citation_cff: bool = False
6864
self.has_readme: bool = False
69-
# self.current_branch: str = ""
7065
self.current_dir: str = ""
7166
self.dir_list: list[str] = []
7267
self.dir_folders: list[str] = []

0 commit comments

Comments
 (0)