Skip to content

Commit d826280

Browse files
committed
Linting
1 parent 06aed48 commit d826280

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pytac/lattice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Representation of a lattice object which contains all the elements of the
2-
machine.
2+
machine.
33
"""
44

55
import logging

tests/test_machine.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
""" This file tests the entire loading of the DLS machine from the CSV
2-
files in the data directory. These are more like integration tests,
3-
and allows us to check that the pytac setup is working correctly.
1+
"""This file tests the entire loading of the DLS machine from the CSV
2+
files in the data directory. These are more like integration tests,
3+
and allows us to check that the pytac setup is working correctly.
44
"""
55

66
import re

0 commit comments

Comments
 (0)