Skip to content

Commit

Permalink
Merge pull request #1876 from CybercentreCanada/master
Browse files Browse the repository at this point in the history
Merge Python3.9 fix into branch
  • Loading branch information
cccs-rs authored Feb 6, 2025
2 parents ed96aa7 + 4339633 commit a96fe65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assemblyline/odm/models/service_delta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from assemblyline import odm
from assemblyline.odm.models.service import SIGNATURE_DELIMITERS, FETCH_METHODS

Expand Down Expand Up @@ -57,6 +59,7 @@ class UpdateSourceDelta(odm.Model):
update_interval = odm.Optional(odm.Integer(min=0), description=REF_UPDATE_SOURCE)
ignore_cache = odm.Optional(odm.Boolean(default=False), description=REF_UPDATE_SOURCE)


@ odm.model(index=False, store=False)
class PersistentVolumeDelta(odm.Model):
mount_path = odm.Optional(odm.Keyword(), description=REF_PV)
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit a96fe65

Please sign in to comment.