Skip to content

Commit 0db80ec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2663d7e commit 0db80ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/aiida/manage/configuration/profile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
from __future__ import annotations
1212

13-
from collections import abc
1413
import os
1514
import pathlib
15+
from collections import abc
1616
from copy import deepcopy
1717
from typing import TYPE_CHECKING, Any, Dict, Literal, Mapping, Optional, Type
1818

src/aiida/manage/configuration/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
# DAEMON_LOG_DIR: pathlib.Path = DAEMON_DIR / DEFAULT_DAEMON_LOG_DIR_NAME
3434
# ACCESS_CONTROL_DIR: pathlib.Path = AIIDA_CONFIG_FOLDER / DEFAULT_ACCESS_CONTROL_DIR_NAME
3535

36+
3637
@final
3738
class AiiDAConfigPathResolver:
3839
"""Path resolver for getting daemon dir, daemon log dir ad access control dir location.

0 commit comments

Comments
 (0)