Skip to content

Commit f05f227

Browse files
fix: formatting with black
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 9e0da88 commit f05f227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/local_bucketing_client_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
client = DevCycleLocalClient(server_sdk_key, options)
2828
logger.info("Got DevCycle client")
2929

30-
# Wait for DevCycle to initialize and load the configuration
30+
# Wait for DevCycle to initialize and load the configuration
3131
for i in range(10):
3232
if client.is_initialized():
3333
break

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
url="https://github.com/devcycleHQ/python-server-sdk",
2525
keywords=["DevCycle"],
2626
install_requires=REQUIRES,
27-
python_requires='>=3.8',
27+
python_requires=">=3.8",
2828
packages=find_packages(),
2929
package_data={
3030
"": ["VERSION.txt"],

0 commit comments

Comments
 (0)