Fix formatting
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Sonny Bakker 2025-02-28 08:25:58 +01:00
parent 3e84b1dfed
commit 595f93cb61

View file

@ -1,9 +1,9 @@
import json
import os
from unittest import TestCase
from unittest.mock import call, patch, Mock
from pathlib import Path
from unittest import TestCase
from unittest.mock import Mock, call, patch
from click.testing import CliRunner
from requests import HTTPError