Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Nov 5, 2024
1 parent 37c11b6 commit d1fecb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/bin/shared.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python

import json
import time
from datetime import datetime
from pathlib import Path
from typing import (
Expand All @@ -13,6 +14,7 @@
import requests
from github.ContentFile import ContentFile
from github.Repository import Repository
from requests.exceptions import ConnectionError


def get_first_commit_for_folder(tool: ContentFile, repo: Repository) -> str:
Expand Down

0 comments on commit d1fecb2

Please sign in to comment.