summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-23 14:55:31 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-23 14:55:31 +0200
commita1d795bf02d14befc62cf600fb48842958148eba (patch)
tree21465c20262b15654985368731e8a289562e8df7 /noxfile.py
parentd20802e1f412045f7afa4bd8ac50be3488945e90 (diff)
Complete cnn-transformer network, not tested
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index a90d53b..d14fefb 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -2,7 +2,6 @@
import tempfile
from typing import Any
-
import nox
from nox.sessions import Session