Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jan 6, 2022
1 parent 690c75a commit 0d5ad55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octavia-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ task generateApiClient(type: Exec) {
blackFormat.dependsOn generateApiClient
isortFormat.dependsOn generateApiClient
flakeCheck.dependsOn generateApiClient
installReqs.dependsOn generateApiClient
installReqs.dependsOn generateApiClient
1 change: 1 addition & 0 deletions octavia-cli/unit_tests/test_entrypoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
#

from unittest import mock

import click
Expand Down
2 changes: 1 addition & 1 deletion tools/python/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude =
.eggs # python libraries"
.tox
build
airbyte_api_client # generated api client
airbyte_api_client # generated api client in octavia-cli
extend-ignore =
E203, # whitespace before ':' (conflicts with Black)
E231, # Bad trailing comma (conflicts with Black)
Expand Down

0 comments on commit 0d5ad55

Please sign in to comment.