Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag committed Nov 17, 2023
1 parent 5398599 commit 98abbcc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions event_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@
import sys
import threading
import time as ttime
import types
import uuid
import warnings
import weakref
from collections import defaultdict, deque
from dataclasses import dataclass
from enum import Enum
from functools import partial
from importlib.metadata import metadata
from importlib.metadata import version as importlib_version
from typing import (
Any,
Expand Down
1 change: 0 additions & 1 deletion event_model/tests/test_em.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import pickle

import jsonschema
import numpy
import pytest

Expand Down
1 change: 0 additions & 1 deletion event_model/tests/test_projections.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import jsonschema
import pytest
from jsonschema.exceptions import ValidationError

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
description = "Data model used by the bluesky ecosystem"
dependencies = [
Expand Down

0 comments on commit 98abbcc

Please sign in to comment.