Skip to content

Commit

Permalink
[Bot] Update Versioneer (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: jGaboardi <jGaboardi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jGaboardi committed Jan 14, 2023
1 parent a3a57f5 commit 8b0ef36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spaghetti/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"""Git implementation of _version.py."""

import errno
import functools
import os
import re
import subprocess
import sys
from typing import Callable, Dict
import functools


def get_keywords():
Expand Down
2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@

import configparser
import errno
import functools
import json
import os
import re
import subprocess
import sys
from pathlib import Path
from typing import Callable, Dict
import functools

have_tomllib = True
if sys.version_info >= (3, 11):
Expand Down

0 comments on commit 8b0ef36

Please sign in to comment.