Skip to content

Commit

Permalink
misc: remove unneeded coverage ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
WinPlay02 committed Jan 26, 2024
1 parent fb7d8cf commit 1514cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds_runner/server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ def start_server(port: int) -> None:

logging.getLogger().setLevel(logging.DEBUG)

safeds_server = SafeDsServer() # pragma: no cover
safeds_server = SafeDsServer()
safeds_server.listen(port) # pragma: no cover

0 comments on commit 1514cdb

Please sign in to comment.