Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Dec 17, 2024
1 parent d0f4d64 commit d3ddf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
from airbyte import (
caches,
callbacks,
cli, # Causes circular import if included
cli,
cloud,
constants,
datasets,
Expand All @@ -166,7 +166,7 @@
# Modules
"caches",
"callbacks",
"cli", # Causes circular import if included
"cli",
"cloud",
"constants",
"datasets",
Expand Down

0 comments on commit d3ddf79

Please sign in to comment.