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 Jan 11, 2022
1 parent 44d46e3 commit d63b7fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_lightning/strategies/fully_sharded.py
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import contextlib
from typing import Dict, Generator, List, Optional
import logging
from typing import Dict, Generator, List, Optional

import torch

Expand Down
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import logging
import os
import re
import logging
from typing import Any, Dict, Optional

import torch
Expand Down
1 change: 1 addition & 0 deletions tests/utilities/test_warnings.py
Expand Up @@ -53,6 +53,7 @@

# check that logging is properly configured
import logging

from pytorch_lightning import _DETAIL

root_logger = logging.getLogger()
Expand Down

0 comments on commit d63b7fb

Please sign in to comment.