Skip to content

Commit bdc7d7d

Browse files
committed
lint
1 parent aa57796 commit bdc7d7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/rmfpapi/api/instructions.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
async def user_intructions(user: UserCRUDRequest, language: str) -> Dict[str, str]:
1818
"""return user instructions"""
1919
instructions_json_file = Path("/opt/templates/rune-fake.json")
20-
20+
2121
tak_instructions_data = json.loads(instructions_json_file.read_text(encoding="utf-8"))
22-
22+
2323
return {"callsign": user.callsign, "instructions": json.dumps(tak_instructions_data), "language": language}
24-

0 commit comments

Comments
 (0)