Skip to content

Commit a801cb8

Browse files
committed
PEP8 again maybe I should install pre-commit...
1 parent 4fd5012 commit a801cb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bin/qfieldcloud_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import collections
44
import json
55
import platform
6-
from enum import Enum
76
import sys
7+
from enum import Enum
88

99
import click
1010

@@ -148,7 +148,7 @@ def login(ctx, username, password) -> None:
148148
def logout(ctx):
149149
"""Logout and expire the token."""
150150

151-
log(f"Log out…")
151+
log("Log out…")
152152

153153
payload = ctx.obj["client"].logout()
154154

0 commit comments

Comments
 (0)