Skip to content

Commit

Permalink
remove type checking override
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 17, 2024
1 parent dbce864 commit b3caa17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

import airbyte as ab

import typing

typing.TYPE_CHECKING = True


def run() -> None:
"""Generate docs for all public modules in airbyte_lib and save them to docs/generated.
Expand Down

0 comments on commit b3caa17

Please sign in to comment.