Revert "Update main.py"

This reverts commit 2157658a7d.
This commit is contained in:
Robert Alonso 2024-10-25 19:01:08 +00:00
parent 22ab6506e0
commit b1d707856d

View File

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