Yeyito commited on
Commit
f915caf
1 Parent(s): ca453e8

forgot to remove an imort

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -6,8 +6,6 @@ import time
6
  import pandas as pd
7
  from threading import Thread
8
  import numpy as np
9
- import discord
10
- from discord.ext import commands
11
 
12
  # Add the path to the "src" directory of detect-pretrain-code-contamination to the sys.path
13
  project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "detect-pretrain-code-contamination"))
 
6
  import pandas as pd
7
  from threading import Thread
8
  import numpy as np
 
 
9
 
10
  # Add the path to the "src" directory of detect-pretrain-code-contamination to the sys.path
11
  project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "detect-pretrain-code-contamination"))