Skip to content

Commit 1ff6b1c

Browse files
committed
post-merge formatting, etc.
1 parent 9cb3d1e commit 1ff6b1c

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1919
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2020
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
SOFTWARE.
22+
SOFTWARE.

abcd/backends/atoms_pymongo.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Tamás K. Stenczel, Gábor Csányi
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
import types
6-
import logging
7-
import numpy as np
8-
9-
from typing import Union, Iterable
10-
from os import linesep
11-
from operator import itemgetter
125
from collections import Counter
136
from collections.abc import Iterable
147
from datetime import datetime

abcd/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Authors: Ádám Fekete
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5+
56
class ABCDError(Exception):
67
pass
78

abcd/frontends/commandline/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
import os
65
import json
76
import logging
87
import os

abcd/frontends/commandline/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Authors: Ádám Fekete, Elliott Kasoar, Elena Gelzinyte
33
# This program is distributed under the MIT License, see LICENSE.md.
44

5-
import logging
65
from argparse import ArgumentParser
76
import logging
87

0 commit comments

Comments
 (0)