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 Apr 1, 2024
1 parent 95857ba commit a9e49e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions aiidalab_launch/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Authors:
* Carl Simon Adorf <[email protected]>
"""

import asyncio
import getpass
import logging
Expand Down
1 change: 1 addition & 0 deletions aiidalab_launch/application_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Authors:
* Carl Simon Adorf <[email protected]>
"""

from dataclasses import dataclass, field
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This file is required for editable installs of the package."""

from setuptools import setup

setup()
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Provide fixtures for all tests.
"""

import asyncio
import random
import re
Expand Down
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
This is the test module for the project's command-line interface (CLI)
module.
"""

import logging
from dataclasses import replace

Expand Down
1 change: 1 addition & 0 deletions tests/test_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. currentmodule:: test_core
.. moduleauthor:: Carl Simon Adorf <[email protected]>
"""

import re
from copy import deepcopy
from dataclasses import replace
Expand Down

0 comments on commit a9e49e2

Please sign in to comment.