Skip to content

Commit 634a20c

Browse files
committed
Make ruff tests happy
1 parent d271fac commit 634a20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

babel_runner.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/usr/bin/venv python3
22
"""Script for handling translations with Babel"""
3+
from __future__ import annotations
34

45
import argparse
56
import os
67
import subprocess
8+
79
import tomllib
810

911
PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)