We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08756fa commit 3c2bb92Copy full SHA for 3c2bb92
2 files changed
mapclassify/_version.py
@@ -11,12 +11,12 @@
11
"""Git implementation of _version.py."""
12
13
import errno
14
-import functools
15
import os
16
import re
17
import subprocess
18
import sys
19
from typing import Callable, Dict
+import functools
20
21
22
def get_keywords():
versioneer.py
@@ -309,14 +309,14 @@
309
310
import configparser
311
312
313
import json
314
315
316
317
318
from pathlib import Path
319
320
321
have_tomllib = True
322
if sys.version_info >= (3, 11):
0 commit comments