bhardwaj08sarthak commited on
Commit
808dfa1
·
verified ·
1 Parent(s): bc8ffe3

Update level_classifier_tool_2.py

Browse files
Files changed (1) hide show
  1. level_classifier_tool_2.py +1 -1
level_classifier_tool_2.py CHANGED
@@ -1,6 +1,6 @@
1
  from __future__ import annotations
2
 
3
- from dataclasses import dataclass
4
  from typing import Dict, List, Tuple, Iterable, Optional, Literal, Callable, Any
5
  import math
6
  import torch
 
1
  from __future__ import annotations
2
 
3
+ from dataclasses import dataclass, field
4
  from typing import Dict, List, Tuple, Iterable, Optional, Literal, Callable, Any
5
  import math
6
  import torch