Skip to content

Commit cddc1c7

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Modernize noxfile
This is just a cosmetic change. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5e74931 commit cddc1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
"""Configuration file for nox."""
55

6-
from frequenz.repo.config import nox
6+
from frequenz.repo.config import RepositoryType, nox
77

8-
nox.configure(nox.default.api_config)
8+
nox.configure(RepositoryType.API)

0 commit comments

Comments
 (0)