Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
Signed-off-by: tiksan <[email protected]>
  • Loading branch information
dssecret committed Dec 5, 2024
1 parent 528d44e commit 9598292
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions application/controllers/api/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,7 @@

from flask import Blueprint

from controllers.api.v1 import (
bot,
faction,
gateway,
items,
key,
stat,
stocks,
user,
)
from controllers.api.v1 import bot, faction, gateway, items, key, stat, stocks, user

mod = Blueprint("api_routes_v1", __name__)

Expand Down
1 change: 0 additions & 1 deletion application/controllers/torn/factions.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,3 @@ def faction_members_data(tid: int):
)

return jsonify(members)

0 comments on commit 9598292

Please sign in to comment.