Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Sep 30, 2019
1 parent bb5a788 commit 448625e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion xtp_job_control/workflows/dftgwbse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from ..runner import run
from .xtp_workflow import run_dftgwbse
from pathlib import Path
import copy
import logging
import os
import shutil
Expand Down
2 changes: 1 addition & 1 deletion xtp_job_control/workflows/run_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run_workflow(options: dict):
for mol in molecule.glob("*xyz"):
options["molecule"] = mol
run_single_molecule(options)


def run_single_molecule(options: dict):
"""
Expand Down

0 comments on commit 448625e

Please sign in to comment.