Skip to content

Commit f8b06e1

Browse files
authored
ci: fix release note generate import (#222)
1 parent 5913630 commit f8b06e1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ci/generate_release_notes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
import argparse
77
import subprocess
88
import sys
9-
from pathlib import Path
10-
import requests
11-
import json
129

1310
def get_commits_since_last_tag(tag):
1411
"""Get commits since the last tag"""

0 commit comments

Comments
 (0)