Skip to content

Commit

Permalink
Update RepoToText.py -- pylint disable line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiahPetersen authored Apr 15, 2024
1 parent 611df06 commit 3e8612a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RepoToText.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This module handles the back end Flask server for RepoToText
"""

# pylint: disable=line-too-long
# pylint: disable=C0103

import os
from datetime import datetime
import re
Expand Down

0 comments on commit 3e8612a

Please sign in to comment.