Skip to content

Commit f5e79ee

Browse files
nsalvacaoCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f85e2ab commit f5e79ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli_crawler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
cli-crawler <cli_name> [options]
77
"""
88

9+
from __future__ import annotations
10+
911
from crawler.cli_crawler import main
1012

1113
if __name__ == "__main__":

0 commit comments

Comments
 (0)