Skip to content

Commit b29341f

Browse files
artczcybit
andauthored
Update intbot/core/integrations/github.py
Co-authored-by: Cyril Bitterich <cebit-github@gunnet.de>
1 parent 16cd3fe commit b29341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intbot/core/integrations/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def get_project(self) -> GithubProject:
140140
return GithubProject.model_validate(self.extra["project"])
141141

142142
def get_repository(self):
143-
# Not relevnat at the moment
143+
# Not relevant at the moment
144144
return ...
145145

146146
def get_sender(self) -> GithubSender:

0 commit comments

Comments
 (0)