Skip to content

Commit f426bfc

Browse files
SK-1749: Fix linting
1 parent 59e98be commit f426bfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/internal-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
ref: ${{ github.ref_name }}
2121
is-internal: true
22-
secrets: inherit
22+
secrets: inherit

skyflow/vault/data/_get_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def __init__(self,
2222
self.limit = limit
2323
self.download_url = download_url
2424
self.column_name = column_name
25-
self.column_values = column_values
25+
self.column_values = column_values

0 commit comments

Comments
 (0)