Skip to content

Commit 3c2bb92

Browse files
[Bot] Update Versioneer (#165)
Co-authored-by: jGaboardi <jGaboardi@users.noreply.github.com>
1 parent 08756fa commit 3c2bb92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mapclassify/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"""Git implementation of _version.py."""
1212

1313
import errno
14-
import functools
1514
import os
1615
import re
1716
import subprocess
1817
import sys
1918
from typing import Callable, Dict
19+
import functools
2020

2121

2222
def get_keywords():

versioneer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@
309309

310310
import configparser
311311
import errno
312-
import functools
313312
import json
314313
import os
315314
import re
316315
import subprocess
317316
import sys
318317
from pathlib import Path
319318
from typing import Callable, Dict
319+
import functools
320320

321321
have_tomllib = True
322322
if sys.version_info >= (3, 11):

0 commit comments

Comments
 (0)