From e3b0d9c6641fa2fdb1329ace25ed9287df689c7f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 3 Dec 2024 16:27:02 -0600 Subject: [PATCH] Switch xbox to onvif in config (#70) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index af99685..8d68f82 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ ignore = [isort] profile = black force_sort_within_sections = true -known_first_party = xbox,tests +known_first_party = onvif,tests forced_separate = tests combine_as_imports = true