Modernize common/djangoapps/util- INCR-203 (#20437)
This commit is contained in:
committed by
Michael Youngstrom
parent
0063c6f3e7
commit
391b91b99a
@@ -1,6 +1,8 @@
|
||||
"""
|
||||
Utility functions related to databases.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
import random
|
||||
# TransactionManagementError used below actually *does* derive from the standard "Exception" class.
|
||||
# pylint: disable=nonstandard-exception
|
||||
|
||||
Reference in New Issue
Block a user