Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 17, 2023
1 parent 6976db7 commit a730bcc
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@
import logging
import os
from collections import Counter
from typing import cast, Dict, List, Literal, Optional, Union
from typing import Dict, List, Literal, Optional, Union

import torch
from typing_extensions import get_args

from lightning.fabric.connector import (
_PRECISION_INPUT,
_PRECISION_INPUT_STR,
_convert_precision_to_unified_args
)
from lightning.fabric.connector import _convert_precision_to_unified_args, _PRECISION_INPUT, _PRECISION_INPUT_STR
from lightning.fabric.plugins.environments import (
ClusterEnvironment,
KubeflowEnvironment,
Expand Down

0 comments on commit a730bcc

Please sign in to comment.