Skip to content

Commit

Permalink
added annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gwirn committed Aug 6, 2024
1 parent ad6baec commit 05a399b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/molearn/models/transformer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import torch
import torch.nn as nn

Expand Down
1 change: 1 addition & 0 deletions src/molearn/trainers/transformer_trainer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import os
from .trainer import Trainer

Expand Down

0 comments on commit 05a399b

Please sign in to comment.