ErnGusMik / python-tello

Unexpected spaces around keyword / parameter equals FLK-E251
Style
Minor
3 occurrences in this check
unexpected spaces around keyword / parameter equals
 16
 17# ------------------ #
 18sentry_sdk.init(
 19    dsn= 20    "https://[email protected]/6728983",
 21    traces_sample_rate=1.0,
 22)
unexpected spaces around keyword / parameter equals
17    author="ErnGusMik",
18    author_email="[email protected]",
19    url="https://github.com/ErnGusMik/python-tello",
20    download_url=21    "https://github.com/ErnGusMik/python-tello/archive/refs/tags/v2.1.0-alpha.tar.gz",
22    keywords=[
23        "tello",
unexpected spaces around keyword / parameter equals
12    packages=find_packages("tello_sdk"),
13    version="2.4.1",
14    license="MIT",
15    description=16    "Python SDK fro the Tello EDU and RMTT drones, with all commands and more.",
17    author="ErnGusMik",
18    author_email="[email protected]",