Skip to content

Commit 048c1c4

Browse files
committed
feat(code): 🎨 format code with new black
1 parent 0849125 commit 048c1c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pytiktok/business_account_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Core API impl.
2+
Core API impl.
33
"""
44

55
import json

pytiktok/kit_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Api impl for tiktok developer
2+
Api impl for tiktok developer
33
"""
44

55
import random

pytiktok/models/business_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Models for business account.
2+
Models for business account.
33
"""
44

55
from dataclasses import dataclass, field

pytiktok/models/kit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Models for TikTok kit api.
2+
Models for TikTok kit api.
33
"""
44

55
from dataclasses import dataclass, field

tests/business_account_apis/test_access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Tests for the access token API
2+
Tests for the access token API
33
"""
44

55
import pytest

0 commit comments

Comments
 (0)