Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 521b915

Browse files
committed
alice: please: contribute: overlay: operations: git: Remove commented out old function
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent 27b018c commit 521b915

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

entities/alice/alice/cli.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def create_readme_file(
131131
class AlicePleaseContributeRecommendedCommunityStandardsOverlayOperationsGit:
132132
GuessedGitURL = NewType("guessed.git.url", bool)
133133

134+
# The operations we use defined elsewhere
134135
check_if_valid_git_repository_URL = (
135136
dffml_feature_git.feature.operations.check_if_valid_git_repository_URL
136137
)
@@ -139,16 +140,6 @@ class AlicePleaseContributeRecommendedCommunityStandardsOverlayOperationsGit:
139140
dffml_feature_git.feature.operations.git_repo_default_branch
140141
)
141142

142-
"""
143-
def guess_repo_string_is_url(
144-
self,
145-
repo_string: AlicePleaseContributeRecommendedCommunityStandards.RepoString,
146-
) -> dffml_feature_git.feature.definitions.URLType:
147-
if "://" not in repo_string:
148-
return
149-
return repo_string
150-
"""
151-
152143
def guess_repo_string_is_url(
153144
self,
154145
repo_string: AlicePleaseContributeRecommendedCommunityStandards.RepoString,

0 commit comments

Comments
 (0)