Merge pull request #221 from rgalonso/feat/prep-generic-vcs-support

Revert "Update main.py"
This commit is contained in:
Alastair Mooney 2024-10-28 09:23:27 +00:00 committed by GitHub
commit 2e895755ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""Convert IDE TODOs to GitHub issues."""
import os
import re
from time import sleep
from io import StringIO
import itertools