Skip to content

Commit

Permalink
Apply black 24.4.2 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrute committed May 20, 2024
1 parent 8512094 commit f3d66e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions pandora/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
For simplicity use a client builder from pandora.clientbuilder to create an
instance of a client.
"""

from . import errors


Expand Down
1 change: 1 addition & 0 deletions pandora/clientbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This module provides a set of builder classes that can turn various
configuration formats into a fully built APIClient.
"""

import os.path

from configparser import ConfigParser
Expand Down
1 change: 1 addition & 0 deletions pandora/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
API consumers should use one of the API clients in the pandora.client package.
"""

import random
import time
import json
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ console_scripts =

[testenv:format]
deps =
black
black ==24.4.2

commands =
black -l 79 -t py311 pandora/ pydora/ tests/ setup.py

[testenv:tests]
deps =
pytest
black
black ==24.4.2
flake8 >=3.3
coverage >=7

Expand Down

0 comments on commit f3d66e1

Please sign in to comment.