mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
Removed import urllib2 since it wasn't being used
This commit is contained in:
parent
9e94830528
commit
a9559acbd0
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import os
|
|||
import numpy as np
|
||||
import math
|
||||
from GPy.util import datasets as dat
|
||||
import urllib2
|
||||
|
||||
class vertex:
|
||||
def __init__(self, name, id, parents=[], children=[], meta = {}):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue