Harikp commited on
Commit
a4e9463
·
unverified ·
1 Parent(s): 6970c54

Update test2.py

Browse files
Files changed (1) hide show
  1. tests/test2.py +1 -1
tests/test2.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
  import pytest
7
 
8
  # Adjust this import if your file isn't named fsrcnn_app.py
9
- import fsrcnn_app as app
10
 
11
 
12
  @pytest.fixture(autouse=True)
 
6
  import pytest
7
 
8
  # Adjust this import if your file isn't named fsrcnn_app.py
9
+ import app as app
10
 
11
 
12
  @pytest.fixture(autouse=True)