GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — master ( 264cbf...487c57 )
by Andreas
02:11 queued 01:02
created

klib.tests.test_clean   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 6
dl 0
loc 12
rs 10
c 0
b 0
f 0
1
# import numpy as np
2
# import pandas as pd
3
import unittest
4
# from klib.clean import convert_datatypes, drop_missing, data_cleaning
5
6
if __name__ == '__main__':
7
    unittest.main()
8
9
10
class Test__missing_vals(unittest.TestCase):
11
    pass
12