Skip to content

Commit

Permalink
Add back newline
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent e8aebdd commit 8fb03e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contributors/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from os.path import dirname, join

from dotenv import load_dotenv
from dataclasses import dataclass


def get_bool_env_var(env_var_name: str, default: bool = False) -> bool:
Expand Down Expand Up @@ -70,6 +71,11 @@ def validate_date_format(env_var_name: str) -> str:
return date_to_validate


@dataclass
class env:
organization: str
repositories_list: list[str]

def get_env_vars(
test: bool = False,
) -> tuple[
Expand Down

0 comments on commit 8fb03e8

Please sign in to comment.