Skip to content

Commit

Permalink
Merge branch 'fix-windows-running' of github.com:lainme/aiida-core in…
Browse files Browse the repository at this point in the history
…to fix-windows-running
  • Loading branch information
lainme committed Jan 20, 2025
2 parents 400289c + bd0926c commit 8441219
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 8441219

Please sign in to comment.