Skip to content

Commit

Permalink
Merge pull request #99 from outpost/hotfix/test-git-add-license-header
Browse files Browse the repository at this point in the history
unittest,git: add missing license header
  • Loading branch information
fvalette-ledger authored and GitHub Enterprise committed Sep 12, 2024
2 parents 036279b + fb912aa commit 7765149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_git.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Ledger SAS
#
# SPDX-License-Identifier: Apache-2.0

import pytest

from pathlib import Path
Expand Down

0 comments on commit 7765149

Please sign in to comment.