Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 17, 2025
1 parent ef7ea1b commit bd0926c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aiida/manage/configuration/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import io
import json
import os
import uuid
import shutil
import uuid
from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple

Expand Down
2 changes: 1 addition & 1 deletion src/aiida/manage/profile_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import contextlib
import os
import typing
import shutil
import typing
from pathlib import Path

import psutil
Expand Down

0 comments on commit bd0926c

Please sign in to comment.