Skip to content

Commit

Permalink
fixing up typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Dec 15, 2024
1 parent fa691df commit f1491d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github_linter/tests/codeowners.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" template test file """
"""template test file"""

from typing import TypedDict, Optional, Union, List, Dict
from loguru import logger
Expand All @@ -14,7 +14,7 @@ class DefaultConfig(TypedDict):

CATEGORY = "codeowners"
DEFAULT_CONFIG: DefaultConfig = {
"codeowners": [],
"codeowners": None,
"filepath": "CODEOWNERS",
}

Expand Down

0 comments on commit f1491d1

Please sign in to comment.