summaryrefslogtreecommitdiff
path: root/babel/core.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-18 20:27:44 +0200
committerAarni Koskela <akx@iki.fi>2023-01-18 21:20:51 +0200
commit82d345a66e850f643607ac9fcafd9b9a2a89d1e1 (patch)
treead66b7a13fb05f30628b6710dacab554505d55e8 /babel/core.py
parentcb0269fc63f5af4ade770f7a8872de8090bf697d (diff)
downloadbabel-82d345a66e850f643607ac9fcafd9b9a2a89d1e1.tar.gz
Apply some small miscellaneous formatting fixes
Diffstat (limited to 'babel/core.py')
-rw-r--r--babel/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/babel/core.py b/babel/core.py
index 604e5d9..ce564d7 100644
--- a/babel/core.py
+++ b/babel/core.py
@@ -46,6 +46,7 @@ if TYPE_CHECKING:
_global_data = None
_default_plural_rule = PluralRule({})
+
def _raise_no_data_error():
raise RuntimeError('The babel data files are not available. '
'This usually happens because you are using '