Skip to content

Commit 43bb9d0

Browse files
committed
fix: format code with black
1 parent 1f7af93 commit 43bb9d0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/casibase_python_sdk/prompt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
1516
class Prompt:
1617
def __init__(
1718
self,

src/casibase_python_sdk/properties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
1516
class Properties:
1617
def __init__(
1718
self,

src/casibase_python_sdk/usage_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
1516
class UsageInfo:
1617
def __init__(
1718
self,

0 commit comments

Comments
 (0)