summaryrefslogtreecommitdiff
path: root/coverage/tomlconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/tomlconfig.py')
-rw-r--r--coverage/tomlconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/tomlconfig.py b/coverage/tomlconfig.py
index 3b8ff347..139cb2c1 100644
--- a/coverage/tomlconfig.py
+++ b/coverage/tomlconfig.py
@@ -3,6 +3,8 @@
"""TOML configuration support for coverage.py"""
+from __future__ import annotations
+
import os
import re