Skip to content

Commit bc01ad7

Browse files
SK-1749: Fix linting
1 parent 7c82afb commit bc01ad7

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/internal-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
ref: ${{ github.ref_name }}
2121
is-internal: true
2222
secrets: inherit
23+
2324

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
if sys.version_info < (3, 7):
88
raise RuntimeError("skyflow requires Python 3.7+")
9-
current_version = '1.15.1'
9+
current_version = '1.15.1.dev0+ddb228b'
1010

1111
setup(
1212
name='skyflow',

skyflow/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "v2"
1+
SDK_VERSION = '1.15.1.dev0+ddb228b'

skyflow/vault/data/_get_request.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ def __init__(self,
2323
self.download_url = download_url
2424
self.column_name = column_name
2525
self.column_values = column_values
26+

0 commit comments

Comments
 (0)