Skip to content

Commit 86bd0c1

Browse files
fix: remove blank line to fix black formatting
1 parent 9b6eded commit 86bd0c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggshield/verticals/auth/oauth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def _prepare_server(self) -> None:
165165
)
166166
self._port = self.server.server_port # Get the assigned port
167167

168-
except OSError as e:
169168
raise UnexpectedError(f"Could not create local server: {e}")
170169

171170
def _wait_for_callback(self) -> None:

0 commit comments

Comments
 (0)