Skip to content

Commit 59e497d

Browse files
committed
fix: linting
Signed-off-by: jmeridth <[email protected]>
1 parent e469832 commit 59e497d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Functions for calculating time spent in labels. """
1+
"""Functions for calculating time spent in labels."""
22

33
from datetime import datetime, timedelta
44
from typing import List

markdown_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Helper functions for working with markdown files. """
1+
"""Helper functions for working with markdown files."""
22

33

44
def markdown_too_large_for_issue_body(file_path: str, max_char_count: int) -> bool:

search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" A module to search for issues in a GitHub repository."""
1+
"""A module to search for issues in a GitHub repository."""
22

33
import sys
44
from time import sleep

test_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Unit tests for labels.py """
1+
"""Unit tests for labels.py"""
22

33
import unittest
44
from datetime import datetime, timedelta

test_markdown_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Unit tests for the markdown_helpers module. """
1+
"""Unit tests for the markdown_helpers module."""
22

33
import os
44
import unittest

0 commit comments

Comments
 (0)