Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Sep 4, 2023
1 parent d65a334 commit b49a395
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions catkin_tools/commands/catkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@

import argparse
import functools
import importlib.metadata
import os
import sys
from datetime import date
from shlex import quote as cmd_quote

import importlib.metadata

from catkin_tools.common import is_tty
from catkin_tools.config import get_verb_aliases
from catkin_tools.config import initialize_config
Expand Down
2 changes: 1 addition & 1 deletion catkin_tools/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import importlib.metadata
import os
import shutil

import importlib.metadata
import yaml

from .common import mkdir_p
Expand Down
1 change: 0 additions & 1 deletion catkin_tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import os
import sys


if sys.version_info >= (3, 10):
from importlib.metadata import entry_points
else:
Expand Down

0 comments on commit b49a395

Please sign in to comment.