Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-komeili committed Apr 28, 2021
1 parent 58052c4 commit c92c31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parlai/crowdsourcing/utils/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
from __future__ import annotations

import argparse
import logging
import os
from abc import ABC, abstractmethod
from datetime import datetime
from typing import Any, Dict, List

import pandas as pd

import parlai.utils.logging as logging

# Defining the class only if Mephisto is installed, since it relies on Mephisto
try:
from mephisto.abstractions.databases.local_database import LocalMephistoDB
Expand Down

0 comments on commit c92c31a

Please sign in to comment.