Skip to content

Commit a6bd025

Browse files
committed
Rename utils.py to challenge.py
1 parent f0515d2 commit a6bd025

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

views/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from flask import Blueprint, jsonify, redirect, render_template, request
44

5-
from .utils import challenge_manager
5+
from .challenge import challenge_manager
66

77
app_views = Blueprint("app_views", __name__)
88

0 commit comments

Comments
 (0)