Skip to content

Commit dba464a

Browse files
committed
chore: bad indent
1 parent 4edb6c0 commit dba464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scratchattach/site/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def does_exist(self) -> Optional[bool]:
202202
if status_code == 200:
203203
return True
204204
elif status_code == 404:
205-
return False
205+
return False
206206

207207
return None
208208

0 commit comments

Comments
 (0)