Skip to content

Commit

Permalink
Future type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 2, 2024
1 parent d0e4e73 commit b218122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plumpy/base/state_machine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
"""The state machine for processes"""
from __future__ import annotations

import enum
import functools
Expand Down
1 change: 1 addition & 0 deletions src/plumpy/process_comms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
"""Module for process level communication functions and classes"""
from __future__ import annotations

import asyncio
import logging
Expand Down

0 comments on commit b218122

Please sign in to comment.