hanifi commited on
Commit
9125c0b
·
verified ·
1 Parent(s): 2058869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -1,19 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
- """Copy of HW1 (more instructed).ipynb
3
-
4
- Automatically generated by Colab.
5
-
6
- Original file is located at
7
- https://colab.research.google.com/drive/1uy6BymqQBd7cZEdeuthBDiA0ARXHc1SV
8
- """
9
-
10
- """## Pre-requisite code
11
-
12
- The code within this section will be used in the tasks. Please do not change these code lines.
13
-
14
- ### SciQ loading and counting
15
- """
16
-
17
  from dataclasses import dataclass
18
  import pickle
19
  import os
 
1
+ from __future__ import annotations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  from dataclasses import dataclass
3
  import pickle
4
  import os