Skip to content

Commit f3982d3

Browse files
committed
Fix code style issues with Black
1 parent 4bd4baa commit f3982d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
async def main(show_details=False):
11-
username = os.getenv('CHECKWATT_USERNAME')
12-
password = os.getenv('CHECKWATT_PASSWORD')
11+
username = os.getenv("CHECKWATT_USERNAME")
12+
password = os.getenv("CHECKWATT_PASSWORD")
1313

1414
# Create the async class
1515
async with CheckwattManager(username, password) as check_watt_instance:

0 commit comments

Comments
 (0)