Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 10, 2019
1 parent 18ce2f9 commit 8f5cfab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/biokeen/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import Dict, Mapping, Optional

import pykeen

from pykeen.utilities.pipeline import Pipeline


Expand All @@ -27,4 +26,4 @@ def run(config: Dict,
output_directory=output_directory,
)

return results
return results

0 comments on commit 8f5cfab

Please sign in to comment.