Skip to content

Commit

Permalink
Shebang needs to be the first line in the file. Fix in dp_service.py
Browse files Browse the repository at this point in the history
Signed-off-by: Guvenc Gulce <[email protected]>
  • Loading branch information
guvenc committed Dec 5, 2023
1 parent e35ab97 commit 4b15398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dp_service.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and IronCore contributors
# SPDX-License-Identifier: Apache-2.0

#!/usr/bin/env python3

import os
import shlex
import subprocess
Expand Down

0 comments on commit 4b15398

Please sign in to comment.