Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored and Borda committed Nov 21, 2022
1 parent eac6c3f commit 2ac7060
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/lightning_app/CHANGELOG.md
Expand Up @@ -8,20 +8,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

-
-


### Changed

-
-


### Fixed

- Fixed debugging with VSCode IDE ([#15747](https://github.com/Lightning-AI/lightning/pull/15747))


-
-


## [1.8.2] - 2022-11-17
Expand Down
6 changes: 3 additions & 3 deletions src/lightning_lite/CHANGELOG.md
Expand Up @@ -8,17 +8,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

-
-


### Changed

-
-


### Fixed

-
-


## [1.8.2] - 2022-11-17
Expand Down
Expand Up @@ -14,6 +14,7 @@
import os
import subprocess
import sys
from time import sleep
from typing import Any, Callable, Optional, Sequence, Tuple

import numpy as np
Expand Down
4 changes: 2 additions & 2 deletions src/pytorch_lightning/CHANGELOG.md
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Added

-
-


### Changed
Expand All @@ -21,7 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Fixed

-
-


## [1.8.2] - 2022-11-17
Expand Down

0 comments on commit 2ac7060

Please sign in to comment.