Skip to content

Instantly share code, notes, and snippets.

import jwtDecode from 'jwt-decode'
import * as auth from '../actions/auth'
function getInitialState() {
let initialState = {
access: undefined,
refresh: undefined,
errors: {}
}
const authStorage = localStorage.getItem('persist:polls')
#!/anaconda/bin/python3
import os
import sys
import array
import joblib
import numbers
import numpy as np
import scipy.sparse as sp