Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Aug 14, 2024
1 parent 5e59f8c commit b57fbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Optional

import snakemake.common.tests
import snakemake.settings
import snakemake.settings.types
import os
from snakemake_executor_plugin_googlebatch import ExecutorSettings
from snakemake_interface_executor_plugins.settings import ExecutorSettingsBase
Expand Down Expand Up @@ -29,7 +29,7 @@ def get_assume_shared_fs(self):

def get_remote_execution_settings(
self,
) -> snakemake.settings.RemoteExecutionSettings:
) -> snakemake.settings.types.RemoteExecutionSettings:
return snakemake.settings.RemoteExecutionSettings(
seconds_between_status_checks=10,
envvars=self.get_envvars(),
Expand Down

0 comments on commit b57fbdb

Please sign in to comment.