Skip to content

Commit

Permalink
fix: Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwal-Microsoft committed Nov 28, 2024
1 parent 9a173fd commit 7fc608d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/tests/functional/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
logger = logging.getLogger(__name__)
encoded_account_key = str(base64.b64encode(b"some-blob-account-key"), "utf-8")


class AppConfig:
before_config: dict[str, str] = {}
config: dict[str, str | None] = {
Expand Down

0 comments on commit 7fc608d

Please sign in to comment.