Skip to content

Commit

Permalink
skip type checking on intrinio's code from their python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Dec 9, 2024
1 parent e553d7a commit c5d49ae
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# mypy: ignore-errors
# ruff: noqa
# flake8: noqa
# noqa: E501
# noqa: F401
# noqa: F403
# noqa: F405

# This file is a slightly modified version of the original file from the Intrinio Python SDK.

import logging
Expand Down

0 comments on commit c5d49ae

Please sign in to comment.