Skip to content

Commit 4a900d9

Browse files
committed
Fixing pylint error
1 parent e1ab5a3 commit 4a900d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/routes/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def packet_stats(packet_id):
238238
@app.route('/api/v1/stats/upperclassman/<uid>')
239239
@packet_auth
240240
def upperclassman_stats(uid):
241-
return stats.upperclassman_stats(uid)
241+
return stats.upperclassman_stats(uid)
242242

243243

244244
def commit_sig(packet, was_100, uid):

0 commit comments

Comments
 (0)