AbstractPhil commited on
Commit
1189725
·
1 Parent(s): 6228595
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -49,7 +49,6 @@ def ensure_triton_kernels():
49
  _TRITON_INSTALL_SUCCESS = ensure_triton_kernels()
50
 
51
  # ===== MAIN IMPORTS =====
52
- from __future__ import annotations
53
  import os, gc, json, torch, warnings, traceback
54
  from dataclasses import dataclass
55
  from typing import List, Dict, Optional, Any, Union
 
49
  _TRITON_INSTALL_SUCCESS = ensure_triton_kernels()
50
 
51
  # ===== MAIN IMPORTS =====
 
52
  import os, gc, json, torch, warnings, traceback
53
  from dataclasses import dataclass
54
  from typing import List, Dict, Optional, Any, Union